TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: GitHub vs Bitbucket

14 pointsby gurgeousover 12 years ago
At the moment my company is dead in the water due to yet another GitHub outage. They seem to hit weekly now. I'm considering switching to another provider today.<p>How does Bitbucket stack up in terms of reliability? Features are sort of irrelevant compared to recurring downtime.

14 comments

xauronxover 12 years ago
Personally I love Bitbucket. Unfortunately you'll get scoffed at by the "true nerds" for using such a second rate product (aka less trendy). Their new UI is really awesome and you really can't beat the price (free).
评论 #4856662 未加载
padseekerover 12 years ago
As a bitbucket user I can say that I've been using it for about 14 months and I can only recall one outage. But take that info with a grain of salt.<p>It may not be github's software as much as they are the number 1 git hosting service and therefore they are the biggest target for hackers.<p>I might be talking out of my ass here but it feels a bit like the argument for using Apple versus MS, i.e. there are no viruses for Macs since they are more secure... until Apple grew in popularity, which then attracted more hackers to write viruses for Apple's OS, which showed that it is was not invulnerable.<p>I doubt Bitbucket will supplant Github as the goto git hosting service, but if they grow they might be subject to more attacks? Just a thought to consider.
treborover 12 years ago
I use Github professionally, and for my open source projects. The visibility of a project on Github is hard to beat, and is often found just because it's on Github. Outages usually come on the front-end, and often I've been able to push to Github within minutes of finding an outage. That said, we're a small company with almost no remote collaboration on a given project, so outage doesn't affect us much.<p>However, for my serious, closed-source projects (that I might want to become products) I use Bitbucket. So far I've experienced no outages.
mgamerover 12 years ago
BitBucket is an Atlassian product, I believe in Atlassian quality and recommend BitBucket will all my heart, its super realiable and also very cheap.
评论 #4856875 未加载
jacobsimeonover 12 years ago
How does a github outtage cause you to go 'dead in the water'. You're still using git. If you need to share code among devs, you could always use git-daemon[1].<p>[1]: <a href="http://www.kernel.org/pub/software/scm/git/docs/git-daemon.html" rel="nofollow">http://www.kernel.org/pub/software/scm/git/docs/git-daemon.h...</a>
评论 #4855745 未加载
sergiotapiaover 12 years ago
I prefer BitBucket because it's not as expensive and really really solid. Not one problem in over 3 years using it.
kingofspainover 12 years ago
From personal experience, in 2 years on Bitbucket I can remember one unscheduled outage and that was only a few minutes IIRC. This from daily use at UK time.<p>And to echo xauronx, the new UI really is great and pretty much did for my Github envy.
ing33kover 12 years ago
I use Bitbucket for private repos and Github for public repos, Isn't Github more social .
ishbitsover 12 years ago
If you want to use BitBucket, but still get the exposure of GitHub, its relatively easy to setup an hourly sync.<p>Just turn off the wiki and issue tracker at GitHub, and link to the BitBucket ones in your README or something like that.
bogsover 12 years ago
If you want fit hosting I recommend getting a 1GB VIPs and installing Gitlabhq. Try it out it is awesome using it for personal stuff.
VMGover 12 years ago
Are you just looking for git repository hosting or also issue tracking plus wiki? The former is much cheaper than the latter.
shared4youover 12 years ago
I've been using BitBucket for the past 3.5 years, can't remember having a problem even once.
WestCoastJustinover 12 years ago
Why not use git, gitolite, and gitweb on your internal network?
评论 #4855329 未加载
评论 #4855670 未加载
Goranekover 12 years ago
Github for open source project Bitbucket for private usage