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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git报错: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443相关的知识,希望对你有一定的参考价值。

在使用Git来克隆仓库报了错误,如下:

fatal: unable to access ‘https://github.com/xingbuxing/TA-Lib-in-chinese.git/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

技术分享

解决方案: 
env命令设置GIT_SSL_NO_VERIFY环境变量为”ture”,并同时调用正常的git clone命令

env GIT_SSL_NO_VERIFY=true git clone https://<host_name/git/project.git  


以上是关于Git报错: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443的主要内容,如果未能解决你的问题,请参考以下文章

Git报错:OpenSSL SSL_read: Connection was reset, errno 10054解决

Git报错解决:OpenSSL SSL_read: Connection was reset, errno 10054 错误解决

Git报错解决:OpenSSL SSL_read: Connection was reset, errno 10054 错误解决

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

git push 报错 fatal: unable to access 'https://github.com/TANG422/AOXINa.git/': OpenSSL SSL_re

git执行push命令到远程仓库报错OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443