git错误处理
1.10054
fatal: unable to access 'https://github.com/QinCongH/learning-code.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决:
git config --global http.sslVerify "false"
fatal: unable to access 'https://github.com/QinCongH/learning-code.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决:
git config --global http.sslVerify "false"