解除ssl验证后,再次git即可
git config --global http.sslVerify "false"
unable to access ‘https://github.com/xxx/xxx.git/‘: OpenSSL SSL_read: Connection was reset, errno
阅读 49
2022-02-01
解除ssl验证后,再次git即可
git config --global http.sslVerify "false"
相关推荐
精彩评论(0)