Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created July 28, 2016 10:07
Show Gist options
  • Save tlightsky/5f21361f4e05e991de2e798e0e43bd4a to your computer and use it in GitHub Desktop.
Save tlightsky/5f21361f4e05e991de2e798e0e43bd4a to your computer and use it in GitHub Desktop.
github proxy
git config --global http.proxy 'socks5://127.0.0.1:1082'
git config --global https.proxy 'socks5://127.0.0.1:1082'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment