天天看點

從 github 執行 git clone 一個大的項目時提示 error: RPC failed

目前克隆一個比較大的項目,出現RPC failed的錯誤

應該是clone内容更新太多,需要設定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.

或者

<a href="https://confluence.atlassian.com/bbkb/error-rpc-failed-result-18-http-code-0-301663284.html">https://confluence.atlassian.com/bbkb/error-rpc-failed-result-18-http-code-0-301663284.html</a>