- Published on
OpenSSL SSL_read: Connection was reset, error 10054
- Authors
- Name
- duluwa.com
报错
git push
时 报错。
OpenSSL SSL_read: Connection was reset, error 10054
解决
用户信息问题
查看用户名,邮箱
git config user.name
git config user.email
修改,用户名,邮箱
git config --global user.name "xxx"
git config --global user.email "xxx"
移除仓库,重新添加
git remote rm origin
git remote add origin https://github.com/XXX
解除 SSL 认证
git config --global http.sslVerify "false"
更新 DNS 缓存
在cmd
窗口输入
ipconfig /flushdns
文件过大,超过上限,修改为 500MB。
git config http.postBuffer 5242880003