git错误 OpenSSL SSL_read: Connecti
2021-10-21 本文已影响0人
jonas_fate
fatal: unable to access 'https://github.com/xxxx/xxxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决方法
执行命令:
git config --global http.sslVerify "false"
fatal: unable to access 'https://github.com/xxxx/xxxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054
执行命令:
git config --global http.sslVerify "false"