git push 出现 OpenSSL SSL_read: Connection was aborted, errno 10053报错

git push 出现 OpenSSL SSL_read: Connection was aborted, errno 10053报错

 

 

 

 

原因:

git 默认的缓存区太小了,增加缓冲器。

git config --global http.postBuffer 524288000 

更改网络认证设置。

git config --global http.sslVerify "false" 

 

posted @ 2022-10-27 19:05  Alohomorai  阅读(43)  评论(0)    收藏  举报