【发布时间】:2013-12-31 22:51:42
【问题描述】:
我正在使用 GitHub 来管理我的存储库,并且在尝试推送大型提交 (1.5 GB) 时遇到以下错误。
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
有什么办法解决这个问题吗?
【问题讨论】:
-
你在使用 https/ssh/* 进行推送吗?那边有没有应用(比如gitlab)
-
我首先假设它可能是由远程主机引起的
-
您可以尝试将其推入分段,看看您是否仍然收到信号 9 错误?
-
服务器磁盘满了吗?