Skip to content

Instantly share code, notes, and snippets.

@Svtter
Created September 24, 2016 04:55
Show Gist options
  • Save Svtter/dcf2f4164b0c64d596fe7dac165aaf1d to your computer and use it in GitHub Desktop.
Save Svtter/dcf2f4164b0c64d596fe7dac165aaf1d to your computer and use it in GitHub Desktop.
Shadowsocks speeds up git-clone
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment