Verified limit lookup

GitHub Push Size Limit

GitHub Push Size Limit, verified against GitHub's official documentation with scope, implementation impact, caveats, and a direct check.

Verified Aug 22, 20261 official source
Quick answer

GitHub documents single push size as 2 GiB. The limit is enforced even when the repository itself can remain supported.

Verified Aug 22, 2026Official source

Current limits

ConstraintCurrent valueScopeVerified source
single push sizeThe limit is enforced even when the repository itself can remain supported.2 GiBGit transportGitHubAug 22, 2026

Why does this limit matter?

Initial imports and history rewrites are more likely to hit the push cap than ordinary commits.

This value is scoped to Git transport; a different plan, runtime, model, endpoint, region, or account can produce a different effective constraint.

What should you check?

  1. Estimate pack size and split large migrations into verified pushes under 2 GiB.
  2. Confirm the exact plan, model, runtime, endpoint, region, and account that serve the failing workload.
  3. Record the observed value, response headers or configuration, timestamp, and source without logging secrets.

Important caveats

  • A single commit larger than the limit may require history rewriting rather than only smaller network batches.
  • Treat the official source and live account configuration as authoritative if they differ from this verified snapshot.
HyperObserve reports the documented platform constraint. Your application, SDK, gateway, provider, region, or account can impose a lower effective limit.
Related

Related references and tools

Found an outdated limit? Report it.