git错误 OpenSSL SSL_read: Connection was reset, errno 10054

fatal: unable to access 'https://github.com/xxxx/xxxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054

解决方法

执行命令:

git config --global http.sslVerify "false"

你可能感兴趣的:(git错误 OpenSSL SSL_read: Connection was reset, errno 10054)