Skip to content

Instantly share code, notes, and snippets.

@orklann
Created October 24, 2021 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orklann/50160e151fd8b67889f7441b7078639e to your computer and use it in GitHub Desktop.
Save orklann/50160e151fd8b67889f7441b7078639e to your computer and use it in GitHub Desktop.
cargo behid proxy (~/.cargo/config)
[http]
proxy = "http://127.0.0.1:4780"
[https]
proxy = "https://127.0.0.1:4780"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment