Skip to content

Instantly share code, notes, and snippets.

@alexniver
Created November 12, 2022 06:49
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 alexniver/e55555796f4593357b1e465bf97d34cc to your computer and use it in GitHub Desktop.
Save alexniver/e55555796f4593357b1e465bf97d34cc to your computer and use it in GitHub Desktop.
rust cargo 科学上网
~/.cargo/config
[http]
proxy = "socks5h://127.0.0.1:7891"
[https]
proxy = "socks5h://127.0.0.1:7891"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment