About billing for Git Large File Storage
Hinweis
You must manage billing settings and paid features for each of your accounts separately. You can switch between settings for your personal account, organization accounts, and enterprise accounts using the context switcher on each settings page. See About billing on GitHub.
Each GitHub account receives a certain amount of free bandwidth and storage for Git LFS, depending on the account's plan. Bandwidth is billed for each GiB of data downloaded. Storage is billed by calculating an hourly usage rate. To estimate costs for paid Git LFS usage, you can use the GitHub pricing calculator.
Bandwidth and storage usage count only against the repository owner's account. In forks, bandwidth and storage usage count against the root of the repository network. Anyone with write access to a repository can push files to Git LFS without affecting their personal bandwidth and storage. Forking and pulling a repository counts against the parent repository's bandwidth usage.
Included bandwidth and storage (per month)
The following amounts of bandwidth and storage are included for free with your GitHub account.
Plan | Bandwidth | Storage |
---|---|---|
GitHub Free | 10 GiB | 10 GiB |
GitHub Pro | 10 GiB | 10 GiB |
GitHub Free for organizations | 10 GiB | 10 GiB |
GitHub Team | 250 GiB | 250 GiB |
GitHub Enterprise Cloud | 250 GiB | 250 GiB |
Pricing for paid usage
If you use more than the included amount of bandwidth or storage for your plan throughout the month, you can still use Git LFS. GitHub bills for additional GiBs of data at the rates below.
Product | Price per-GiB (USD) |
---|---|
Bandwidth | $0.0875 |
Storage | $0.07 |
To view your current storage and bandwidth, see Viewing your usage of metered products.
Sample storage cost calculation
For example, if you use 1 GiB above what is included for free for the first 15 days of April, then use 2 GiB starting from April 16th to the end of the month, your storage costs will be calculated in the following way.
- 1 GiB × 15 days × 24 hours per day = 360 GiB-hours
- 2 GiB × 15 days × 24 hours per day = 720 GiB-hours
- 360 GiB-hours + 720 GiB-hours = 1080 GiB-hours
- 1080 GiB-hours / 720 hours in the month = 1.5 GiB-months
In this example, GitHub would bill for 1.5 GiB of storage for the month of April.
Managing your budget for Git Large File Storage
If your account does not have a valid payment method on file, usage is blocked once you use up your quota.
By default, if you have a valid payment method on file, spending is limited to $0 USD until you set a budget. You can set and manage a budget to limit spending for a product or SKU. See Using budgets to control spending on metered products.