git push github失败,提示:SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

git push github失败,提示:SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

因为Git的Http代理的问题,Git支持三种协议:git://、ssh://和http://,本来push的时候应该走ssh隧道的,但是因为设置了http代理,所以就走了http的代理,于是就提交不了了。 
找到原因了,那就取消http代理吧:

打开Git Bash 输入
git config --global --unset http.proxy

 

posted @ 2019-03-14 17:18  御前提笔小书童  阅读(3306)  评论(0编辑  收藏  举报