资料 解决fatal: unable to access 'https://github.com/...': OpenSSL SSL_read: Connection was aborted, errno 10053 解决方法 增加缓冲 git config http.postBuffer 524288000 更改网络认证设置 git config http.sslVerify "false"