git fatal: unable to access '': OpenSSL SSL_read: Connection was reset, errno 10054

解决:git config --global http.sslVerify 'false'
在git cmd窗口中执行命令:git config http.postBuffer 524288000
原文地址:https://www.cnblogs.com/qingjiawen/p/15698269.html