Skip to content

Instantly share code, notes, and snippets.

@gyliu513
Last active January 4, 2017 08:34
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 gyliu513/855f6f941fd59bd78cb7290a826ece00 to your computer and use it in GitHub Desktop.
Save gyliu513/855f6f941fd59bd78cb7290a826ece00 to your computer and use it in GitHub Desktop.
git set and unset
git config --global http.proxy http://9.21.54.14:3128
git config --global https.proxy https://9.21.54.14:3128
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment