解决fatal: unable to access 'https://github.com/...': OpenSSL SSL_read: Connection was aborted, errno 10053

1.增加缓冲

git config http.postBuffer 524288000

2.更改网络认证设置

git config http.sslVerify "false"
posted @ 2021-03-27 17:10  张吱吱  阅读(9131)  评论(1编辑  收藏  举报