码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-09-02 20:46:49      阅读:4581      评论:0      收藏:0      [点我收藏+]

标签:git   sdn   nts   size   php   fat   错误   key   com   

在使用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   sdn   nts   size   php   fat   错误   key   com   

原文地址:http://www.cnblogs.com/HNU-Pegasus/p/7467602.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!