错误:您已在git中超出了磁盘空间配额错误消息

时间:2013-06-11 00:21:42

标签: git branch diskspace

当我尝试推送到我的存储库时,我看到以下错误消息:

Error: You have exceeded your disk space quota.
Please upgrade your account or remove some data.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

要创建更多空间,我正在尝试删除不再需要的远程分支。 但它不会让我推动删除远程分支。

有关如何进行的任何建议?

1 个答案:

答案 0 :(得分:1)

  

我希望我可以清理一些冗余的东西并创造更多的空间

您无法从下游位置显着减少upstream回购的大小。
上游回购可能是一个简单的回购,甚至删除一个分支也不会有太大变化(分支只是一个指针,而reflog of that repo would still have the reference of the commits for that branch

" Reduce git repository size"中提及的所有命令是本地命令。

因此,即使不增加磁盘空间,您仍然需要管理员在该服务器上为您清理该回购。