原文:从 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