-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support socks5 #546
Comments
It seems this is an error from libgit2, which is used by git2-rs. I wonder if cargo-edit could use an option "git-fetch-with-cli=true" like cargo to fix it. |
I tried using git-cli to update registry index, it indeed fixed the issue: |
Still exists in latest version. I use update + offline hack now. cargo update && cargo upgrade --offline |
Seems working now after #907 in 0.13.0? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed to run
upgrade
after install cargo-edit under socks5.The text was updated successfully, but these errors were encountered: