Roar RaizZer
Roar RaizZer

Reputation: 197

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?

Upvotes: 6

Views: 3765

Answers (1)

Karen Gonzalez
Karen Gonzalez

Reputation: 674

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.

Upvotes: 4

Related Questions