一、問題:
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
如圖:

原因:遠程倉庫的文件過大,需要設置本地倉庫大小
二、解決步驟:
1、首先輸入如下命令:
git config http.sslVerify "false"
若出現(xiàn)下列錯誤:
git config http.sslVerify "false" fatal: not in a git directory
再繼續(xù)執(zhí)行 git config --globle http.sslVerify "false" 問題解決
2、文件大小的上限設置:
git config --global http.postBuffer 524288000
3、如果還是git代碼還是下載失敗,則需要繼續(xù)修改git緩存的大小