Created
October 24, 2021 13:58
-
-
Save orklann/50160e151fd8b67889f7441b7078639e to your computer and use it in GitHub Desktop.
cargo behid proxy (~/.cargo/config)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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