Created
January 11, 2019 02:41
-
-
Save h1romas4/24dc9f91d1fc0e92682ad7901ecb5aac to your computer and use it in GitHub Desktop.
Windows / rustup を proxy 配下で使うとき
This file contains hidden or 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
$proxy='http://<IP>:<PORT>' | |
$ENV:HTTP_PROXY=$proxy | |
$ENV:HTTPS_PROXY=$proxy | |
cd ~\Downloads | |
.\rustup-init.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment