Skip to content

Instantly share code, notes, and snippets.

@fanweixiao
Created August 24, 2015 09:24
Show Gist options
  • Save fanweixiao/04259bc2a3948d194d92 to your computer and use it in GitHub Desktop.
Save fanweixiao/04259bc2a3948d194d92 to your computer and use it in GitHub Desktop.
git ssh over socks5 proxy
Host bitbucket.org
Hostname bitbucket.org
Port 22
User git
ProxyCommand nc -x localhost:7070 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment