首页 > 数据库技术 > 详细

git遇到SSL错误:fatal: unable to access 'https://github.com/apache/dubbo.git/': OpenSSL SSL_read: Connection was reset, errno 10054

时间:2021-08-20 16:01:13      阅读:53      评论:0      收藏:0      [点我收藏+]

问题:远程克隆github项目的地址遇到该问题;OpenSSL证书问题

解决方案:解除ssl验证

git config --global http.sslVerify "false"

 

技术分享图片

 

git遇到SSL错误:fatal: unable to access 'https://github.com/apache/dubbo.git/': OpenSSL SSL_read: Connection was reset, errno 10054

原文:https://www.cnblogs.com/zhanqing/p/gitssl.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!