Skip to content

Instantly share code, notes, and snippets.

@uonr
Forked from laispace/git 设置和取消代理
Created June 6, 2018 05:11
Show Gist options
  • Save uonr/509f827d1050bffb80ae842462853fb8 to your computer and use it in GitHub Desktop.
Save uonr/509f827d1050bffb80ae842462853fb8 to your computer and use it in GitHub Desktop.
git config --global https.proxy http://127.0.0.1:6152
git config --global https.proxy https://127.0.0.1:6152
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