Loading

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

git push 出现该错误

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

网上解决办法

git config --global http.sslVerify "false"

posted @ 2021-09-26 09:30  Rzk  阅读(210)  评论(0)    收藏  举报