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"