Skip to content

Instantly share code, notes, and snippets.

@tanbro
Created January 12, 2025 08:48
Show Gist options
  • Save tanbro/3d5b7febff44fcf022c3a2bada3aea48 to your computer and use it in GitHub Desktop.
Save tanbro/3d5b7febff44fcf022c3a2bada3aea48 to your computer and use it in GitHub Desktop.
GIT_SSH_COMMAND for Socks5 proxy example
GIT_SSH_COMMAND='ssh -o ProxyCommand="connect -S 127.0.0.1:1080 %h %p"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment