31

I was interested to know, how many public repositories can be created on GitHub for an individual account (not an organization account). Is their any limit on number of public repositories that can be created on GitHub.

Asclepius
  • 57,944
  • 17
  • 167
  • 143
Mahtab Alam
  • 607
  • 2
  • 9
  • 22

4 Answers4

35

THe "What plan should I choose?" page mentions:

GitHub provides two types of plans: free plans and paid plans.

Both plans have the exact same features. They can have any number of public repositories, with unlimited collaborators.

That being said, too much of anything will be eventually detected and reviewed by GitHub in order to check if the service isn't abused.

Update April 2020: as I explained in "Can a repository on GitHub be owned by 2 users?", "GitHub is now free for teams".
The number of public or private repo is now unlimited.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
8

Theoretically, everyone can has an unlimited number of public and private repositories even as part of a free plan.

Public repositories don't have officially any restrictions even as part of a free plan.

                                             enter image description here

Source: Pricing / Plans for all developers

simhumileco
  • 31,877
  • 16
  • 137
  • 115
3

An individual github account can have unlimited number ofepositories

3

You can have unlimitted Private as well as Public repos in github free. But still there are limitations for private repos like you dont get protected branches , wikis, pages, insight etc.

You can get these by upgrading to GitHub Pro in your individual account itself you dont have to switch to an organisation account.