Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github状态:推送时出错。。。!!流产?_Github_Git Push - Fatal编程技术网

Github状态:推送时出错。。。!!流产?

Github状态:推送时出错。。。!!流产?,github,git-push,Github,Git Push,我试图在Github中推送一个构建,但我一直处于“中止”状态,我尝试了多次,但我遇到了相同的错误。不确定,如何解决这个问题?任何关于这方面的帮助或建议都会非常好 Commit successful Username for 'https://github.com': ######## Password for 'https://######@github.com': error: pack-objects died of signal 9 fatal: The remote end hung

我试图在Github中推送一个构建,但我一直处于“中止”状态,我尝试了多次,但我遇到了相同的错误。不确定,如何解决这个问题?任何关于这方面的帮助或建议都会非常好

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. 

检查您的回购协议中是否有任何大文件。
例如,像这样的配置可以帮助:

git config --global pack.windowMemory "32m"
它表示包窗口内存中每个线程消耗的最大内存大小

您还拥有():


您也可以使用类似的工具来删除任何过大的文件。

检查您的回购协议中是否有任何大文件。
例如,像这样的配置可以帮助:

git config --global pack.windowMemory "32m"
它表示包窗口内存中每个线程消耗的最大内存大小

您还拥有():

您还可以使用类似的工具来删除任何过大的文件