Created
January 12, 2025 08:48
-
-
Save tanbro/3d5b7febff44fcf022c3a2bada3aea48 to your computer and use it in GitHub Desktop.
GIT_SSH_COMMAND for Socks5 proxy example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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