Hacker News new | ask | show | jobs
by tiwazz 4892 days ago
I don't think they are actually driving any business away from github or I'd be more angry. This seems to fit a niche for people that would like to use github but legally can't put their code online (even in a private repository). It's github for intranets.

Agree though, github deserves all the karma we can throw at it.

1 comments

GitHub does cater to that niche: https://enterprise.github.com/

However, it starts at $5000 per year and the main group amongst people I've heard using GitLab has been companies not willing to pay that $5000 (but who otherwise would probably go with GitHub - that is, they're 'satisficing' rather than choosing GitLab as such).

Atlassian offer Stash, an enterprise Git product: https://www.atlassian.com/software/stash/overview

It's priced more competitively than Github and you get access to the source code.

We've tried switching from GH Enterprise to Stash (because of the $5000 thing, which pisses me off and makes me feel like I'm being ripped off at the same time!), but it's really "not there yet".

The file browser sucks, the repo management doesn't make sense (repos live in projects, instead of organization/project or person/project), you can't run git via ssh on port 22, no activity stream (so you need to combine it with Fisheye), etc.

The price of Stash is really the price of Stash + Fisheye. At that point you're only looking at $2500, but still. Unfortunately for us, GitHub issue tracking and wiki suck compared to Jira/Confluence. So we run GH Enterprise + JIRA + Confluence. :)

I know of some fairly sizeable clients who are looking at gitlab because they need a github they can modify - github enterprise doesn't include source code does it?