创建了一个GitHub项目,将本地仓库的vue项目推上去,出现这个错误

$ git pushCounting objects: 161, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (159/159), done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: The remote end hung up unexpectedly | 35.00 KiB/s
Writing objects: 100% (161/161), 488.57 MiB | 341.00 KiB/s, done.
Total 161 (delta 20), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
Everything up-to-date

经过在StackOverFlow上查询得知,可能是上传的文件太大导致的。 参考

With this kind of error, I usually start by raising the postBuffer size by:
git config --global http.postBuffer 524288000(some comments below report having to double the value):
git config --global http.postBuffer 1048576000

因此设置 git config http.postBuffer 524288000 发现没有解决,尝试再增大一倍还是没有解决。

可能是网络问题,最后是通过每次提交部分文件,减少每次提交的文件总大小来解决的。

git提交代码出现 fatal: The remote end hung up unexpectedly-错误处理相关推荐

  1. git提交失败提示 fatal:The remote end hung up unexpectedly

    遇到的问题 今天在提交的代码时遇到提交失败的问题,经过测试发现提交较少的文件没有问题,提交的改动比较大的时候就会出现报错,所以基本排除git权限导致的问题. 报错信息如下: error: RPC fa ...

  2. git 推送出现 “fatal: The remote end hung up unexpectedly“ 解决方案

    在使用git推送项目时候出现 "fatal: The remote end hung up unexpectedly " 原因是推送的文件太大. 解决方案: 在克隆/创建版本库生成 ...

  3. git fatal: The remote end hung up unexpectedly 错误

    创建了一个GitHub项目,将本地仓库的Java图书推上去,出现这个错误. $ git push Counting objects: 161, done. Delta compression usin ...

  4. git推送出现fatal: the remote end hung up unexpectedly

    特别是资源库在国外的情况下.此问题可能由网络原因引起. 方法一: 修改提交缓存大小为500M,或者更大的数字 git config --global http.postBuffer 524288000 ...

  5. fatal: The remote end hung up unexpectedly

    问题描述 使用 git push 推送代码的时候报错: fatal: The remote end hung up unexpectedly 解决办法 .git目录下面,修改config文件,增加 p ...

  6. git提交报异常,fatal: The remote end hung up unexpectedly

    转自:http://liucanwen.iteye.com/blog/2021601 早上提交代码到 oschina代码库时,报了这个错误: Java代码   fatal: The remote en ...

  7. Git 【fatal: The remote end hung up unexpectedly 问题】

    出现 "fatal: The remote end hung up unexpectedly" 的原因是推送的文件太大了. 可以先看这篇文章忽略掉 Cocoapods 引入的三方文 ...

  8. linux git 问题:fatal: early EOF fatal: The remote end hung up unexpectedly fatal: index-pack failed

    linux从github git较大的文件时出现的问题,查找以下,暂时关闭防火墙可行,或许还有其他好的解决办法,暂时记录下: 出现问题: git clone --recursive https://g ...

  9. fatal The remote end hung up unexpectedly

    异常信息 Counting objects: 61350, done. Delta compression using up to 2 threads. Compressing objects: 10 ...

最新文章

  1. 与空连接相关的几条命令
  2. MyBatis 和 Spring 中的 23 种设计模式,真香,拿去用吧!
  3. 【经典概念】一文详解Batch Normalization!!!
  4. #pragma指令与#ifndef指令
  5. C++模板学习之函数对象之谓词
  6. 开发日记-20190718 关键词 读书笔记《Linux 系统管理技术手册(第二版)》DAY 11
  7. [USACO11NOV]牛的障碍Cow Steeplechase(匈牙利算法)
  8. boost::proto::make_expr相关的测试程序
  9. windows系统里懒人的福音,如何实现不按住ctrl实现文件多选
  10. cryptojs支持rsa加密_新特性解读 | 从 wireshark 看 MySQL 8.0 加密连接
  11. c语言字符常量和字符串常量_C语言中的字符常量
  12. c语言中的所有关键字,C语言中的32个关键字
  13. [译]JS闭包:For循环中的setTimeout
  14. 数据库课程设计:医院门诊管理系统ER图、数据流程图
  15. Keil MDK5 破解
  16. RT-Thread与cubemx|74HC595驱动数码管详解
  17. 如何截图一张完整的表_表格太长怎么截图
  18. 外汇天眼:新手如何模拟炒外汇?模拟炒外汇的一点心得分享
  19. android的got表HOOK实现
  20. 解决SQL Server日志空间满的方法

热门文章

  1. 云开发平台开源应用中心一次体验
  2. HARK学习(三)--文件格式
  3. 三款正射图合并软件性能对比
  4. 机电一体化综合实训考核装置
  5. 绿地集团总裁张玉良谈到接班人的条件:
  6. 什么是网页源代码和网站的源代码
  7. android使用Vitamio实现视频播放大小屏流畅切换
  8. 成功解决h5py\_init_.py
  9. 笔记本联想小新Air14重装win10后触摸板失灵解决方案
  10. imx6ull 14*14 平台使用mfgtools下载代码出现UTP Waiting for device to appear错误