OpenSSL SSL_read: Connection was reset, errno 10054
git 克隆某些仓库经常报下处错误
OpenSSL SSL_read: Connection was reset, errno 10054
OpenSSL SSL_read:连接已重置,错误号10054
解决办法:
一般解除 ssl 认证就能解决
git config --global http.sslVerify "false"
其它常见设置
文件过大,超过上限
git config http.postBuffer 5242880003
更新 DNS 缓存
ipconfig /flushdns