Created
October 30, 2016 04:43
-
-
Save bitst0rm/2f2a8c6bc083a22d88f027b80b234221 to your computer and use it in GitHub Desktop.
GitHub with SOCKS5 Tor Browser
This file contains hidden or 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
#!/usr/bin/sh | |
# To use SOCKS5 Tor Browser with GitHub | |
# ~/.gitconfig | |
git config --global http.proxy 'socks5://127.0.0.1:9150' | |
git config --global https.proxy 'socks5://127.0.0.1:9150' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment