Skip to content

Git clone limits (using git commands vs the API) - what are they? #24841

Discussion options

You must be logged in to vote

There are currently no specific limits to cloning a repository other than if your usage gets so high that it starts affecting our ability to provide service to others then we will respond in order to keep a good experience for all users.

A (bad) example of a cloning usage pattern that should be avoided is having very large CI jobs doing thousands of clones of different branches of a single repository continuously.

On the other hand, it is perfectly normal for individuals to manually clone a repository whenever they need it, or to set up typical CI jobs that clone and run against a single branch when commits are pushed.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bluebrown
Comment options

@CleanCut
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants