众所周知,Git可以通过设置代理来提高速度
git config --global http.proxy "http://127.0.0.1:7890"
但是有时候就会出问题
fatal: unable to access 'https://github.com/XXXXX/': OpenSSL SSL_connect: SSL_ERROR_SYS CALL in connection to 127.0.0.1:7890
在网上搜了各种办法都没用
最后
git config --global --add remote.origin.proxy ""