- 链接地址:https://blog.csdn.net/one111a/article/details/106684951
- 链接标题:the remote end hung up unexpectedly Everything up-to-date-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:2341
文章浏览阅读5.2k次,点赞5次,收藏7次。错误原因:git push时出现错误 the remote end hung up unexpectedly Everything up-to-date,导致代码无法成功上传。原因是因为自己的git库上面有一些数据导致整个git库比较大,而curl的postBuffer 默认值较小,所以出现了这个错误。解决方法:默认 Git 设置 http post 的缓存为 1MB,使用命令将git的缓存设为500M,重新配置一下postBuffer值方法1:命令行输入$ git config --glo_the remote end hung up unexpectedly everything up-to-date
版权声明:本文发布于特牛网址导航 内容均来源于互联网 如有侵权联系删除