IDEA git push出现OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

 

 

解决方法:

push走的是ssh,这里需要把http代理取消掉。

git config --global --unset http.proxy  
posted @ 2020-03-10 23:01  派大星是大猪蹄子  阅读(1157)  评论(0)    收藏  举报