Open weiby3 opened 5 years ago
Ran into the same issue as @Hongqin-Li, my .gitconfig
was incorrect, replacing it fixed this issue!
Using gitoxide solved it for me
cargo +nightly -Zgitoxide run
edit .cargo/config.toml as follows to disable proxy. It works for me
[http]
proxy = ""
Problem error: failed to load source for a dependency on
rand
Steps
The chinese sentences above are "Unable to establish connection to server". I have check my firewall, cargo isn't blocked, and there is personal CA installed by Adguard, no proxy.
Notes OS: Windows 7 64bit, mingw64 with MSYS2 Output of
cargo version
: cargo 1.29.0