Git does not have a limitation of 2 GB for each repo.  I don't think you'll
find official information about the limits on repository size except in the
context of specific use cases (like gitweb, GitHub, BitBucket, Gitlab, etc.)

At a previous employer, we regularly worked with a repository that was over
10 GB.  Performance suffered in various ways, but that was the situation
and we worked with it.

See
https://stackoverflow.com/questions/984707/what-are-the-file-limits-in-git-number-and-size
for
a good summary and many links to other information sources on large git
repositories.

Mark Waite

On Wed, Dec 27, 2017 at 1:08 AM <antonio.poma...@external.thalesgroup.com>
wrote:

> Hello everyone,
>
> I am trying to find some official information about the limit size of a
> repository. As I have read git has a limitation of 2GB for each repo
> because if you increment the size it starts to decrease the overall
> performance. But this limitation is mainly explained in the web based
> servers like GitHub or Bitbucket Cloud. So my main question is if this also
> happens *when you use a self hosted server* like Bitbucket Server or
> GitHub enterprise. However, what I am trying to find is official
> documentation that explains this.
>
> Greetings
>
> Antonio
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to