fatal: The remote end hung up unexpectedly

简介: fatal: The remote end hung up unexpectedly

问题描述

使用


git push

推送代码的时候报错:


fatal: The remote end hung up unexpectedly

解决办法

.git目录下面,修改config文件,增加 postBuffer


[branch "master"]
    remote = origin
    merge = refs/heads/master
[http]
    postBuffer = 524288000

相关文章
|
10月前
【Bug】ERROR ResizeObserver loop completed with undelivered notifications.
【Bug】ERROR ResizeObserver loop completed with undelivered notifications.
|
10月前
|
应用服务中间件 nginx Windows
[emerg] 15060#200: bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket ......
[emerg] 15060#200: bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket ......
261 0
|
10月前
|
NoSQL Redis
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
305 0
ERROR: Encountered errors while bringing up the project.
ERROR: Encountered errors while bringing up the project.
206 0
|
开发工具 git
Fatal Not possible to fast-forward, aborting
git是一个很好用的版本管理工具,然而,有时候一些冲突还是让人很郁闷的。 遇到过两次merge报错,是在不同的情形下出现的。
1566 0
排错-Error--memory violation Exception ACCESS_VIOLATION received解决方
排错-Error--memory violation Exception ACCESS_VIOLATION received解决方
274 0
abort: error: Temporary failure in name resolution
abort: error: Temporary failure in name resolution
215 0
|
开发工具 git
git【报错】fatal: the remote end hung up unexpectedly
git【报错】fatal: the remote end hung up unexpectedly
|
资源调度 JavaScript
The futex facility returned an unexpected error code
The futex facility returned an unexpected error code
935 0
|
开发工具 git
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
493 0