git常見報錯

問題

問題1

error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

解決

由於大文件造成的提交或者拉取失敗;增大緩存設置爲500M
git config http.postBuffer 524288000
git config https.postBuffer 524288000

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章