OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443问题解决

使用git提交代码到github时出现git

OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443报错。github

屡次尝试以后发现是代理的问题,因此执行命令,禁用代理配置便可(由于我使用的是https请求,因此取消https代理便可):代理

git --config --unset https.proxyit

若是是http,则把https换成http便可io