简体   繁体   中英

Can't push to a remote repository at GitHub

I'm using Git-LFS and the message is:

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?

You have to buy add more data. Go to your github profile/settings/billing/ You will see the Git LFS Data section.

You will be charged $2.58 today for 1 additional data pack. Each data pack gives you an additional 50 GB storage, 50 GB/month bandwidth.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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