Skip to content

Instantly share code, notes, and snippets.

@bitst0rm
Created October 30, 2016 04:43
Show Gist options
  • Save bitst0rm/2f2a8c6bc083a22d88f027b80b234221 to your computer and use it in GitHub Desktop.
Save bitst0rm/2f2a8c6bc083a22d88f027b80b234221 to your computer and use it in GitHub Desktop.
GitHub with SOCKS5 Tor Browser
#!/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