原文:從 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. ...

2016-03-25 14:46 0 4744 推薦指數:

查看詳情

git clone github上的項目失敗 RPC failed

error: RPC failed; curl 18 transfer closed with outstanding read data remainingfatal: the remote end hung up unexpectedlyfatal: early EOFfatal ...

Mon Dec 16 17:48:00 CST 2019 0 647
git clone的時候報error: RPC failed; result=18錯誤

因業務需求,需要把內網gitlab倉庫的地址對外網訪問,在gitlab前端配置了一個nginx代理服務器,來實現需求,可以在git clone的時候報error: RPC failed錯誤 經查詢大致的意思就是內容過大,需要配置http.postBuffer,在服務器端配置后,依然 ...

Mon Nov 19 19:58:00 CST 2018 0 2603
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM