How to make git work to push commits to GitHub via tor?

后端 未结 5 1567
走了就别回头了
走了就别回头了 2020-12-14 17:22

So, GitHub is now officially banned by Russian Government and Rospotrebnadzor. I used GitHub to create free software and share it, and it\'s important part of my life.

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 17:44

    You used a wrong syntax, correct is:

    git config http.proxy socks5://localhost:9150 # 9150 for TOR browser, 9050 for TOR service git config https.proxy socks5://localhost:9150

提交回复
热议问题