I use Stash at one client and like it, especially when integrated with JIRA. Not that I have much love for JIRA, but if you track all details, it's the tool to go for.
Ask HN: Private Git repo hosting?
21–30 of 72 posts
Github private, both for my personal and my company account. Mainly because if the ease of giving others access, as most of my peers use it as well. I don't want to have multiple accounts at multiple services for that.
Re: Ask HN: Private Git repo hosting?
#22Bitbucket (free) and self-hosted without a fancy interface (linode, synced to digital ocean, dreamhost)
Re: Ask HN: Private Git repo hosting?
#23Self-hosted Gitlab. We have more than 20 projects in it but only a few of them can be called large.
Re: Ask HN: Private Git repo hosting?
#24Paid Github through the student license
Re: Ask HN: Private Git repo hosting?
#25I use both github (I recently finished a PhD and so had access to the education discount) and free bitbucket (a budding collaboration hosts their private code there). I am the sole user for most of my repos (mostly software for data analysis and LaTeX drafts for papers), so bitbucket's five user limit for free accounts has not affected my workflow in any way. I do use github for code I want to release to the public (e.g., code associated with publications, side-projects that I want to share), as it seems like there is more of an ecosystem there and the website seems more conducive to easily finding other peoples projects.
Re: Ask HN: Private Git repo hosting?
#26Gitlab on Digital Ocean using their image.
Re: Ask HN: Private Git repo hosting?
#27Host your own server. It's easy, cheap and offers more features.
Re: Ask HN: Private Git repo hosting?
#28I use a free BitBucket plan. The unlimited private repos are perfect for me, since I have a lot of small projects that I'll likely never finish. Also, i have Pass[1] set up with Git, so everything is backed up, under version control and is pushed to my Raspberry Pi so I can access all my passwords on my iPhone as well.
Also, I use Git for large academic projects and papers in LaTeX, so public Github is not really ideal.
Re: Ask HN: Private Git repo hosting?
#29I used to use github but I’ve moved towards gitlab in the past while as my need for private repos dropped in scale
Re: Ask HN: Private Git repo hosting?
#30I'll try to summarize my choice depending on org size.
If it fits in BitBucket's free plan or you're solo, use that. It'll just work.
If it doesn't fit in BitBucket's free plan, pay for GitHub (sorry BitBucket).
If you need it behind your firewall and want to manage yourself, you can afford to (and should do) an eval of solutions like GitLab.
If you need it behind your firewall and your org is already large and complicated, then try GitHub enterprise.