Skip to content

Instantly share code, notes, and snippets.

@Rand01ph
Created November 28, 2019 12:44
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 Rand01ph/fadbc8ec155c23e5fbebd9e568208ea9 to your computer and use it in GitHub Desktop.
Save Rand01ph/fadbc8ec155c23e5fbebd9e568208ea9 to your computer and use it in GitHub Desktop.
proxy
#只对github.com
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#取消代理
git config --global --unset http.https://github.com.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment