You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libgit2-sys: use src instead .git as vendored indicator
When someone vendored `libgit2-sys` he may exclude `.git` folder.
When such things happened an attempt to build it may lead to error like:
`fatal: not a git repository (or any of the parent directories): .git`.
The only way to fix it is using system's `libgit2` which may lead to
`invalid version 0 on git_proxy_options; class=Invalid (3)` at some
cases.
Backported as: rust-lang/git2-rs#801
0 commit comments