【问题标题】:Error: You have exceeded your disk space quota error message in git错误:您已超出 git 中的磁盘空间配额错误消息
【发布时间】:2013-06-11 00:21:41
【问题描述】:

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

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.

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

对如何进行有什么建议吗?

【问题讨论】:

  • ...请谁维护您的远程服务器以增加您的配额?
  • 我希望我可以清理一些多余的东西并创造更多的空间。我也会问他们。谢谢。

标签: git branch diskspace


【解决方案1】:

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

您无法从下游位置显着减少 upstream 存储库的大小。
上游仓库很可能是一个裸仓库,即使删除一个分支也不会有太大变化(一个分支只是一个指针,reflog of that repo would still have the reference of the commits for that branch.

Reduce git repository size”中提到的所有命令都是本地命令。

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-02-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多