fatal: unable to access ‘‘: TCP connection reset by peer_git


fatal: unable to access ‘‘: TCP connection reset by peer

  1. 3.20有用按照

\#只对github.com

git config --global http.​​https://github.com.proxy​​ socks5://127.0.0.1:1080

git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

\#取消代理

git config --global --unset http.https://github.com.proxy

设置

git config --global --unset http.https://github.com.proxy

fatal: unable to access ‘‘: TCP connection reset by peer_github_02

fatal: unable to access ‘‘: TCP connection reset by peer_git