报错信息为:

error: RPC failed; result=56, HTTP code = 200

fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Google后知道:

Error code 56 indicates a curl receive error of CURLE_RECV_ERROR which means there was some issue that prevented the data from being received during the clone process. Typically this is caused by a network setting, firewall, VPN client, or anti-virus that is terminating the connection before all data has been transferred.

解决方法:
方法一、可以尝试重新 git clone xxxxx
方法二、 git config --global http.postBuffer 2Mgit config --global http.postBuffer 24288000

转载自:https://blog.csdn.net/jcchri/article/details/52794710

github clone报错error: RPC failed; result=56, HTTP code = 200相关推荐

  1. ubuntu git clone 报错error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected

    1.个人观点 https://blog.csdn.net/bingyu9875/article/details/102568686?depth_1-utm_source=distribute.pc_r ...

  2. gitlab报错 fatal: index-pack failed error: RPC failed; result=18, HTTP code = 200解决方案

    gitlab报错 "fatal: index-pack failed error: RPC failed; result=18, HTTP code = 200",如下图 这个问题 ...

  3. git clone 出错 RPC failed;result = 18,http code = 200

    在使用git时 命令 git clone报错: rpc failed;result = 18,http code = 200 复制代码 是缓存区内存不足 造成的 于是 修改 缓存配置 git conf ...

  4. Git报错error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

    git config --global http.postBuffer 524288000

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

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

  6. gitlab报错 fatal index-pack failed error RPC failed result

    分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow 也欢迎大家转载本篇文章.分享知识,造福人民,实现我们中华民族伟大复兴! gitl ...

  7. Mac下安装homebrew(解决error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL)

    Mac下安装homebrew 直接说方法 1.将brew的install文件下载本地 2.修改install文件的镜像源 3.开始安装 4.替换homebrew源 5.更新(确认为最新版本) 6.设置 ...

  8. 运行 vue-typescript-admin-template 报错 error Command failed with signal “SIGABRT“. 切换node版本

    使用 vue-typescript-admin-template 时 正常运行 yarn serve 发行到了 40%就会报错 error Command failed with signal &qu ...

  9. OpenCV drawMatches出现报错Error: Assertion failed

    OpenCV drawMatches出现报错Error: Assertion failed (i2 >= 0 && i2 < static_cast<int>( ...

最新文章

  1. python修改linux网卡信息,linux下修改网卡接口名称
  2. kafkatool 配置_kafka tools的使用
  3. ORACLE中的INTERVAL类型
  4. request.cookie[name]的到的过期时间是{0001-1-1 0:00:00}
  5. html如何绘制棒棒糖,如何使用css来画一个棒棒糖
  6. 面向对象组件开发一个弹窗
  7. excel 汉字转拼音
  8. 计算机类专业用五笔输入法,专业英文拼音五笔打字训练
  9. ps2021神经网络滤镜不能用,ps2021没法用神经元滤镜
  10. 微信小程序 界面从右边滑出_微信小程序页面溢出左右滑动问题
  11. matlab7.1一直打不开,Matlab 7.1安装及打不开问题解决
  12. 矩阵中行向量两两之间的欧氏距离
  13. jude(java建模软件)_JUDE(JAVA建模软件)
  14. Android开发——RelativeLayout.LayoutParams的使用
  15. 【Linux系列】什么是LVM
  16. 学好了Python可以干什么?
  17. Android打造不一样的新手引导页面(二)
  18. 浅谈Python+requests+pytest接口自动化测试框架的搭建
  19. 房地产投影沙盘模型制作比例如何确定?
  20. 苹果Instruments性能调试工具概述

热门文章

  1. latex中文模板_LaTeX 排版的毕业论文查重乱码怎么办?
  2. 笔记本电脑登录校园网,但上不了网
  3. 台式计算机的配件清单,组装电脑配件清单 2016最新电脑配置清单【图解】
  4. 总结:嵌入式常见的英文单词
  5. Linux:命令行使用技巧
  6. CSS引入方式与文本属性
  7. 腾讯云服务器和域名的搭建
  8. 《你好哇,程序员》—教你如何成为一名牛X的程序员
  9. 广色域图片Android,ios 9.0系统App因广色域图片而导致的随机崩溃
  10. Unity中玩家的攻击(发射子弹,挥剑)