Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Created January 11, 2019 02:41
Show Gist options
  • Save h1romas4/24dc9f91d1fc0e92682ad7901ecb5aac to your computer and use it in GitHub Desktop.
Save h1romas4/24dc9f91d1fc0e92682ad7901ecb5aac to your computer and use it in GitHub Desktop.
Windows / rustup を proxy 配下で使うとき
$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