目前克隆一个比较大的项目,出现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

原因

应该是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.

git config http.postBuffer 524288000
To set this gloablly for all remote Git repositories you ever connect to

或者

git config --global http.postBuffer 524288000

参考资料

https://confluence.atlassian.com/bbkb/error-rpc-failed-result-18-http-code-0-301663284.html

从 github 执行 git clone 一个大的项目时提示 error: RPC failed相关推荐

  1. GITHUB执行git clone项目下载不全不完整

    主要原因是因为所下载的项目仓库的一些子模块是通过链接的方式链接到主项目目录上的.而这些子模块的仓库是单独建立在另外的目录下 在clone目录中执行即可: git submodule update -- ...

  2. git clone一个github上的仓库非常缓慢 和 github网页打不开

    git clone一个github上的仓库非常缓慢,简单快捷的方法解决git下载缓慢问题 文章目录: 1 问题描述 2 解决git clone下载速度缓慢问题 2.1 使用github的镜像网站 (亲 ...

  3. 执行git clone拉取代码出现错误RPC failed,curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054解决方法

    最近在系统学习多线程并发的课程,课程中讲到了unsafe类,由于unsafe类在jdk中看不到源码,在idea中打开是反编译的,看不到具体的注释,所以去github上拉取openjdk的源码,open ...

  4. github上git clone和git push速度太慢的解决办法

    修改hosts 先到https://www.ipaddress.com/上查询github.com和github.global.ssl.fastly.net最快的ip,然后在etc/hosts文件下新 ...

  5. git clone的时候报error: RPC failed; result=18错误

    因业务需求,需要把内网gitlab仓库的地址对外网访问,在gitlab前端配置了一个nginx代理服务器,来实现需求,可以在git clone的时候报error: RPC failed错误 [root ...

  6. git clone 报错:error: RPC failed; curl 18 transfer closed with outstanding read

    欢迎移步我的个人博客 git clone 时候报错如下 error: RPC failed; curl 18 transfer closed with outstanding read data re ...

  7. git clone: error:RPC failed;result=18,HTTP code = 200 MiB | 2.00 KiB/s解决办法

    在windows上git clone时,出现 error: RPC failed; result=18, HTTP code = 200 MiB | 2.00 KiB/s fatal: The rem ...

  8. github clone报错error: RPC failed; result=56, HTTP code = 200

    报错信息为: error: RPC failed; result=56, HTTP code = 200 fatal: The remote end hung up unexpectedly fata ...

  9. 【githubdailyshare】微软最近在 GitHub 上开源了一个 AI 音乐项目,基于深度学习,可自动完成音乐创作

    微软最近在 GitHub 上开源了一个 AI 音乐项目:Muzic,基于深度学习,可自动完成音乐创作. 创作过程主要分为两步,一是音乐理解(符号分类.声音识别),二是音乐合成(歌曲歌词创作.音乐旋律生 ...

最新文章

  1. pytorch bert预训练模型的加载地址
  2. python学习之-- mysql模块和sqlalchemy模块
  3. Facebook 开源:PyTorchVideo!
  4. Programming Protocol-independent Packet Processors (P4)
  5. Google C++ Testing Framework之断言
  6. InflateException:Bin file line #19:Error inflating class MyTextView
  7. python 历遍数列找出大于一个数的值_找出数列中个数大于总数一半的元素(编程之美2.3)...
  8. 2020腾讯软件测试实习面经
  9. python 图像手绘效果展示
  10. 计算机运行异常怎么办,电脑开机出现windows错误恢复怎么办
  11. 最高限价!单晶组件或无缘国网分布式光伏系统招标
  12. 各移动云测试平台对比
  13. MEM/MBA 写作-论证有效性分析(04)逻辑缺陷-偷换概念以偏概全
  14. vb.net电子时钟实例
  15. 直方图的计算,绘制与分析
  16. 软件设计师--系统开发与运行
  17. 网页中Html布局分解,因式分解怎么求
  18. frame/frameset/iframe的区别
  19. AToken每日简讯 1.17 星期四
  20. GoF设计模式学习笔记 第一回 Mediator

热门文章

  1. 【Redis】4.Redis数据存储listsetsorted_set
  2. 【Redis】1.Redis入门简介以及基本操作命令
  3. 卷积神经网络(Convolutional Neural Networks,CNNS/ConvNets)
  4. 分布式实时计算—实时数据质量如何保障?
  5. 分布式文件系统—HDFS—shell命令
  6. 常见索引结构—跳跃表
  7. Python os.path模块的使用
  8. #pragma multi_compile_fwdbase会增加很多个shader variants
  9. 自己定义九宫格手势解锁
  10. 这是我在网上安的第一个窝!