Skip to content

Instantly share code, notes, and snippets.

@cnxobo
Forked from laispace/git 设置和取消代理
Last active July 13, 2018 01:43
Show Gist options
  • Save cnxobo/8d8e76be538df430fc2b9d47856d8487 to your computer and use it in GitHub Desktop.
Save cnxobo/8d8e76be538df430fc2b9d47856d8487 to your computer and use it in GitHub Desktop.
git config --global http.proxy http://127.0.0.1:4411
git config --global https.proxy https://127.0.0.1:4411
git config --global --unset http.proxy
git config --global --unset https.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment