Ask HN: Private Git repo hosting?
41–50 of 72 posts
There's really no disadvantage to using BitBucket...
Re: Ask HN: Private Git repo hosting?
#42I first tried bitbucket for my personal projects and then moved my work repos to it as well.
Bitbucket charges per user and not per repo (the github model) which scales well while keeping cost in control.
Re: Ask HN: Private Git repo hosting?
#43Self-hosting with gogs.io. Awesome interface, easy to install (it's just a binary), uses minimal system resources and loads very very quick.
Yep, I'm using Gogs on my Synology NAS as well to self-host and mirror/backup my GitHub repositories.
Re: Ask HN: Private Git repo hosting?
#44For public repos and company's private repos I am using github. For personal private projects I use bitbucket.
Re: Ask HN: Private Git repo hosting?
#45Started on the free bitbucket and went to the paid bitbucket when we needed more than 5 users. With 200+ repositories, we've already exceeded what is available for purchase on github.
Bitbucket's no limit on number of repos is what made us take the final call as well. You don't want to be restricted on that when you strive hard to have a more organized code base.
Re: Ask HN: Private Git repo hosting?
#46Oops. Guess the ability to edit your OP times out sooner than I remembered.
Current summary stats for private repos:
* Paid GitHub: 9
* Free+Paid BitBucket: 14
* Hosted+Self-hosted GitLab: 8
Re: Ask HN: Private Git repo hosting?
#47+1 for free BitBucket plan
Re: Ask HN: Private Git repo hosting?
#48Github Education for college projects, Github open source for class projects (these benefit from sharing publicly), Bitbucket for private and freelance projects.
Re: Ask HN: Private Git repo hosting?
#49github for public stuff, bitbucket for private.
Re: Ask HN: Private Git repo hosting?
#50I use my own git repos with web cgit, on my dedicated ovh server.
i'm with you! i can't be happier with cgit!