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

git提示: OpenSSL SSL_connect: Connection was reset in connection to github.com:443

时间:2021-06-09 15:22:39      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:glob   没有   原因   参考   链接   提示信息   https   三方   pre   

git clone 项目链接产生如下提示信息:

fatal: unable to access https://github.com/liuruoze/EasyPR.git/: OpenSSL SSL_connect: Connection was reset in connection to github.com:443

 

产生原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错

参考网上解决办法:解除ssl验证后,再次git即可

git config --global http.sslVerify "false"

 

git提示: OpenSSL SSL_connect: Connection was reset in connection to github.com:443

标签:glob   没有   原因   参考   链接   提示信息   https   三方   pre   

原文地址:https://www.cnblogs.com/peter-jun/p/14865753.html

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