Git

Git上传push出现ssh fatal: unable to access ‘https://github.com/.git/’: OpenSSL SSL_read: Connection was reset, errno

rzk · 9月26日 · 2021年本文共95个字 · 预计阅读1分钟110次已读

git push 出现该错误睿共享

Git上传push出现ssh fatal: unable to access 'https://github.com/.git/': OpenSSL SSL_read: Connection was reset, errno

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

网上解决办法

git config –global ht睿共享tp.s睿共享slVer睿共享ify “fal睿共享se”

Git上传push出现ssh fatal: unable to access 'https://github.com/.git/': OpenSSL SSL_read: Connection was reset, errno

0 条回应