解决git在push时报错fatal: unable to access ‘https://github.com/sup0C/a-repository-for-…git/’: OpenSSL SSL_read: Connection was reset, errno 10054

解决git在push时报错fatal: unable to access ‘https://github.com/sup0C/a-repository-for-…git/’: OpenSSL SSL_read: Connection was reset, errno 10054

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

解决办法

在git窗口中输入一下命令

git config --global http.sslVerify false

之后再进行push即正常

以上就是全部内容

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐