Hacker News new | ask | show | jobs
by quicksilver03 3997 days ago
Bitbucket seems cheaper than CodeCommit if you have repositories under 2GB. However, once you get over this size, for example with lots of binaries, Bitbucket stops being an option and CodeCommit looks very interesting.

GitHub doesn't explicitly states that they will disable pushing once the repository size crosses a threshold, but I don't think that they will allow multi-gigabyte repositories either.

1 comments

We have a soft 2 GB limit: https://help.github.com/articles/what-is-my-disk-quota/

In reality this has been very much a non-issue. Users we contact are generally okay with not bloating repos, and we point out Releases / Git LFS as alternative places to store binaries / large assets.