Github状态:推送错误...... !!中止?

时间:2015-07-30 09:05:45

标签: github git-push

我试图在Github中推送一个版本,并且我继续进行#34; Aborting"状态,我已经尝试了多次,我遇到了同样的错误。不确定,如何解决这个问题?对此的任何帮助或建议都会非常棒。

Commit successful
Username for 'https://github.com': ########
Password for 'https://######@github.com': 
error: pack-objects died of signal 9
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: write error: Bad file descriptor
Error in Pushing..!!  Aborting. 

1 个答案:

答案 0 :(得分:0)

检查您的仓库中是否有任何大文件。
例如,像这样的配置可以提供帮助:

git config --global pack.windowMemory "32m"

它表示每个线程在git-pack-objects中为包窗口内存消耗的最大内存大小。

您还有(as I mentioned before):

git config http.postBuffer 52428800

您还可以使用BFG Repo-Cleaner之类的工具来删除任何过大的文件。