Created
January 22, 2020 07:19
-
-
Save suminb/3b6c374561347bc7bcb1cb935c2513c6 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
export GIT_SSH_COMMAND='ssh -o ProxyCommand="nc -X 5 -x 127.0.0.1:1080 %h %p"' | |
export http_proxy=socks5://127.0.0.1:1080 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