TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: GitHub vs Bitbucket

14 点作者 gurgeous超过 12 年前
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 条评论

xauronx超过 12 年前
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 未加载
padseeker超过 12 年前
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.
trebor超过 12 年前
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.
mgamer超过 12 年前
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 未加载
jacobsimeon超过 12 年前
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 未加载
sergiotapia超过 12 年前
I prefer BitBucket because it's not as expensive and really really solid. Not one problem in over 3 years using it.
kingofspain超过 12 年前
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.
ing33k超过 12 年前
I use Bitbucket for private repos and Github for public repos, Isn't Github more social .
ishbits超过 12 年前
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.
bogs超过 12 年前
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.
VMG超过 12 年前
Are you just looking for git repository hosting or also issue tracking plus wiki? The former is much cheaper than the latter.
shared4you超过 12 年前
I've been using BitBucket for the past 3.5 years, can't remember having a problem even once.
WestCoastJustin超过 12 年前
Why not use git, gitolite, and gitweb on your internal network?
评论 #4855329 未加载
评论 #4855670 未加载
Goranek超过 12 年前
Github for open source project Bitbucket for private usage