解决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"
原文地址:https://www.cnblogs.com/zhangzizi/p/14586305.html