博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git push失败the remote end hung up unexpectedly
阅读量:5424 次
发布时间:2019-06-15

本文共 276 字,大约阅读时间需要 1 分钟。

Git Push是老是失败,提示:

fatal: the remote end hung up unexpectedly

git did not exit cleanly (exit code 1)

原来是文件Push文件太大引起。

解决方法:
windows:
在 .git/config 文件中加入
[http]
postBuffer = 524288000

linux:

git config http.postBuffer 52428800

转载于:https://www.cnblogs.com/long2015/p/3861806.html

你可能感兴趣的文章
Yii2.0实现微信公众号后台开发
查看>>
Shell 传递参数
查看>>
Ibatis 泛型化dao模版
查看>>
hrbust 1133 (kruskal)
查看>>
vue 接口统一管理
查看>>
margin 相关 bug 系列
查看>>
模拟+贪心 SCU 4445 Right turn
查看>>
2012 Multi-University #7
查看>>
第五章 循环结构反思
查看>>
WebConfig配置文件有哪些不为人知的秘密?
查看>>
自动控制原理的三不管地带之——开闭环函数特征方程原理
查看>>
HDU 2001 计算亮点间的距离
查看>>
spring学习笔记--quartz和定时任务执行
查看>>
ASP.NET页面刷新样式改变解决方法
查看>>
Redis- 简单操作命令
查看>>
洛谷 P2827 蚯蚓 解题报告
查看>>
考核题 6
查看>>
hadoop Datanode多目录配置
查看>>
一段获取windows环境变量的代码
查看>>
test
查看>>