OpenSSL SSL_read: Connection was aborted, , errno 10053
git遇到fatal: unable to access ‘https://github.com/xxx/xxx/’:OpenSSL SSL_read: Connection was aborted, errno 10053的问题原因Git默认限制推送的大小,运行命令更改限制大小即可解决方法git config --global http.postBuffer 524288000参考来源https://blog.csdn.net/ZJ_____W/article/details/1147786
转载
2021-04-15 23:33:30 ·
24810 阅读 ·
15 评论