Skip to main content

Git Large File Storage billing

Learn about billing for Git Large File Storage using the new billing platform.

この機能を使用できるユーザーについて

GitHub Enterprise Cloud 以外では、以下に対して新しい課金プラットフォームを使用できます。

  • 2025 年 2 月 4 日より後に作成された GitHub Free プランの organization アカウント。
  • 2025 年 2 月 13 日より後に作成された個人用アカウント (GitHub Free または GitHub Pro のいずれか)。

2025 年 2 月 13 日より前に作成された既存の個人用アカウントについては、2025 年 6 月 30 日までに個人用アカウントは GitHub によって新しい課金プラットフォームに移行される予定です。

About billing for Git Large File Storage

メモ

支払い設定と有料の機能は、アカウントごとに個別に管理しなければなりません。 個人アカウント、Organizationアカウント、Enterpriseアカウントの設定は、各設定ページのコンテキストスイッチャを使って切り替えできます。 「How GitHub billing works」をご覧ください。

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.

帯域幅とストレージの使用量は、リポジトリ所有者のアカウントに対してのみカウントされます。 フォークでは、帯域とストレージの利用はリポジトリネットワークのルートに対してカウントされます。 リポジトリへの書き込みアクセス権限を持っているすべてのユーザーは、個人の帯域幅とストレージに影響を与えずに、ファイルを Git LFS にプッシュできます。 フォークの作成やリポジトリのプルは、親リポジトリの帯域使用量に対してカウントされます。

Included bandwidth and storage (per month)

The following amounts of bandwidth and storage are included for free with your GitHub account.

PlanBandwidthStorage
GitHub Free10 GiB10 GiB
GitHub Pro10 GiB10 GiB
GitHub Free for organizations10 GiB10 GiB
GitHub Team250 GiB250 GiB
GitHub Enterprise Cloud250 GiB250 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.

ProductPrice per-GiB (USD)
Bandwidth$0.0875
Storage$0.07

To view your current storage and bandwidth, see 従量制課金製品の使用状況の表示.

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

アカウントに有効な支払方法が登録されていない場合、クォータを使い切ると使用がブロックされます。

既定では、有効な支払方法が登録されている場合、予算を設定するまで支出は $0 米国ドルに制限されます。 予算を設定および管理して、製品または SKU の支出を制限できます。 「Setting up budgets to control spending on metered products」をご覧ください。

Further reading