policy
quota_error
ai_generated
true
Error: Git LFS bandwidth limit exceeded
ID: policy/github-lfs-bandwidth
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Git LFS bandwidth quota exceeded for the billing period. Free tier has 1GB bandwidth/month.
genericWorkarounds
-
85% success Use git-lfs-migrate to move large files to external storage
git lfs migrate export --include="*.bin" --everything
-
90% success Upgrade GitHub plan or purchase additional LFS data packs
GitHub Settings > Billing > Git LFS Data
Dead Ends
Common approaches that don't work:
-
Keep retrying the push
85% fail
Bandwidth is a monthly quota - retrying consumes more bandwidth.
-
Switch to different GitHub account
70% fail
LFS objects are tied to the repo, not the account.