linux - Connecting GitHub through Tor is not working -
i'm using github through tor because git ports blocked on network.
i'm using fedora 17 gnu linux. not connect github through tor today. troubleshooting methods or suggestions?
here error get:
fatal: unable connect github.com: github.com[0: 207.97.227.239]: errno=connection timed out tor working fine. can connect other applications 127.0.0.1:9050 , proxy working fine.
you'll message if haven't set git user properties
check see if have ~/.gitconfig
then do:
git config --global user.name "your-user-name" git config --global user.email your@email-address.com
Comments
Post a Comment