git常见问题.md 615 B

问题:OpenSSL SSL_read: Connection was aborted, errno 10053

原因:Git默认限制推送的大小,运行命令更改限制大小即可

解决方法:终端输入增加缓冲:git config --global http.postBuffer 524288000
终端输入更改网络认证设置:git config http.sslVerify "false"

错误:OpenSSL SSL_read: Connection was reset, errno 10054
错误:fatal: unable to access 'xxx': SSL certificate problem: unable to get local issuer certificate

搭配Watt Toolkit软件

检查配置:
git config --list

git config --global --list

git config --global http.sslVerify "false"