What is the maximum number of gists that can be created? #178102
Replies: 1 comment
-
|
There’s no publicly documented hard limit on the number of gists you (or a user) can create on GitHub Gists. A few relevant details: According to an internal discussion on the GitHub Community forum: “While there’s no strict restriction on the number of gists or files, managing such a large number might impact performance.” There are size-limits per file: individual files in gists are limited to 100 MB (and via the web interface 25 MB) as noted in the same discussion. The REST API mentions that you can fetch (list) up to 3,000 gists via pagination for public gists. Practical take-away: If you’re doing very large-scale automated usage (e.g., thousands per day) it might trigger GitHub’s content-creation / abuse protections (rate limits, secondary limits) even though there isn’t a published cap on total gists. If you like, I can check for any updated policy (as of 2025) to see if GitHub now enforces a specific numeric cap. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I have a situation - I am training my model and saving all the data in Gist. What is the maximum number of Gists that can be created?
Beta Was this translation helpful? Give feedback.
All reactions