从 github 执行 git clone 一个大的项目时提示 error: RPC failed
目前克隆一個比較大的項目,出現(xiàn)RPC failed的錯誤
Cloning into 'bigfiles'... remote: Counting objects: 190, done. remote: Compressing objects: 100% (157/157), done. error: RPC failed; result=56, HTTP code = 200| 5.00 KiB/s fatal: The remote end hung up unexpectedlfy atal: early EOF fatal: index-pack failed原因
應(yīng)該是clone內(nèi)容更新太多,需要設(shè)置postBuffer更大些
This can be caused if your specific Git client is attempting to send more data than your local httpPostbuffer setting is set to allow.
臨時解決辦法
While we have server site settings set appropriately for this option, you may need to adjust/override your client's settings. To do this, execute the following command(s):
From within a specific repository. Note the number at the end is the size, in bytes that you wish to allow in a single post. If you have much larger files, you may need to increase this number.
或者
git config --global http.postBuffer 524288000參考資料
https://confluence.atlassian.com/bbkb/error-rpc-failed-result-18-http-code-0-301663284.html
總結(jié)
以上是生活随笔為你收集整理的从 github 执行 git clone 一个大的项目时提示 error: RPC failed的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: TestNG之注解的生命周期
- 下一篇: 测试ODBC与OLE