0
点赞
收藏
分享

微信扫一扫

unable to access ‘https://github.com/xxx/xxx.git/‘: OpenSSL SSL_read: Connection was reset, errno

醉东枫 2022-02-01 阅读 49
git

解除ssl验证后,再次git即可

git config --global http.sslVerify "false"
举报

相关推荐

0 条评论