在執行git clone時,出現報錯:
1 error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 2 fatal: The remote end hung up unexpectedly 3 fatal: 過早的文件結束符(EOF) 4 fatal: index-pack 失敗
解決辦法:
git config --global http.postBuffer 20000000
在執行git clone時,出現報錯:
1 error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 2 fatal: The remote end hung up unexpectedly 3 fatal: 過早的文件結束符(EOF) 4 fatal: index-pack 失敗
解決辦法:
git config --global http.postBuffer 20000000
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。