Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force cargo to use git cli instead of libgit2
Cargo uses libgit2, which causes issues while building for aarch64 targets: rust-lang/cargo#10583 As this is one of many errors caused by libgit2, it is adviced to use the local git binary: https://docs.shipyard.rs/configuration/git-fetch-with-cli.html
- Loading branch information