fatal: unable to access 'https://github.com/xxxxxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决方案:解除ssl验证
git config --global http.sslVerify "false"
fatal: unable to access 'https://github.com/xxxxxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决方案:解除ssl验证
git config --global http.sslVerify "false"
评论 (0)