简体   繁体   English

无法推送到 GitHub 的远程存储库

[英]Can't push to a remote repository at GitHub

I'm using Git-LFS and the message is:我正在使用 Git-LFS,消息是:

Uploading LFS objects:   0% (0/13), 0 B | 0 B/s, done
batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
error: failed to push some refs to 'repoURL'

Will I be able to push local commits next month, or should I remove git-lfs?下个月我可以推送本地提交,还是应该删除 git-lfs?

You have to buy add more data.您必须购买添加更多数据。 Go to your github profile/settings/billing/ You will see the Git LFS Data section. Go 到您的 github 配置文件/设置/计费/您将看到 Git LFS 数据部分。

You will be charged $2.58 today for 1 additional data pack.您今天需要为 1 个额外的数据包支付 2.58 美元。 Each data pack gives you an additional 50 GB storage, 50 GB/month bandwidth.每个数据包为您提供额外的 50 GB 存储空间和 50 GB/月带宽。

Be careful with every push because it counts against the available storage, pushing 2 times the same file of 500MB would be using an entire gigabyte.每次推送都要小心,因为它会占用可用存储空间,推送 2 次相同的 500MB 文件将使用整个千兆字节。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM