Skip to content

Instantly share code, notes, and snippets.

@yanwei07
Forked from laispace/git 设置和取消代理
Created January 25, 2018 10:01
Show Gist options
  • Save yanwei07/45ba33959062a4c291fb6da7770823b6 to your computer and use it in GitHub Desktop.
Save yanwei07/45ba33959062a4c291fb6da7770823b6 to your computer and use it in GitHub Desktop.
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy
@yanwei07
Copy link
Author

This post is very valuable stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment