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.

Github: Major Service Outage

104 pointsby ca136over 12 years ago

20 comments

zhengover 12 years ago
First off, as others have said, disabling port 80 is a great way to handle this, I don't really care that much if I can see/use github the website for a few hours, but I'd be much more upset if I couldn't pull my code.<p>Secondly, I kind of like when big sites go down when I'm not in desperate need because it means a really nice aftermath write up is on the way. Can't wait to hear more about this one.
评论 #4671868 未加载
评论 #4671550 未加载
评论 #4673209 未加载
creativityhurtsover 12 years ago
They said they're under a DDoS attack <a href="https://twitter.com/github/statuses/259029493669310464" rel="nofollow">https://twitter.com/github/statuses/259029493669310464</a>
评论 #4671128 未加载
评论 #4672216 未加载
Jgrubbover 12 years ago
I think it's probably my fault. Github seems to go down every time I start poking around in someone else's projects.
评论 #4671007 未加载
评论 #4671085 未加载
评论 #4671287 未加载
FiloSottileover 12 years ago
01:41 PM PST<p>We've temporarily disabled service on port 80 while we investigate the source of a connection flood. HTTPS, GIT, and SSH service are unaffected.<p>01:33 PM PST<p>"We are experiencing issues due to a DDOS attack, working hard to restore service"
评论 #4671817 未加载
augustlover 12 years ago
Cheatsheet for continuing work when Github is down:<p><pre><code> 1) ssh myserver.com 2) adduser git 3) sudo su git 4) cd $HOME 5) mkdir .ssh 6) Add people's public keys to .ssh/authorized_keys (in /home/git) 7) git init --bare myrepo.git 8) Push and pull to git@myserver.com:myrepo.git </code></pre> Voila!
wamattover 12 years ago
/enqueue jokes about decentralized DVCS systems being hosted centrally...<p>Srsly tho, the relationship between Git and GitHub, might be somewhat analogous to that of BitTorrent and TPB
评论 #4672042 未加载
评论 #4671519 未加载
评论 #4674565 未加载
FuzzyDunlopover 12 years ago
Nothing against Github but this probably highlights the real benefit of DVCS: setting up multiple remotes for your repo. Manage it probably and when one service goes down, fall back to Bitbucket or another service.<p>It would limit the potential damage these attacks could cause, given the reliance dev teams have on pushing code to a central repo. Taking down a site like Github has a fairly clear effect on the productivity of a lot of their users.
评论 #4671913 未加载
评论 #4671177 未加载
desbestover 12 years ago
Why do people always post on Hacker News whenever Github is offline?<p>It's not going to make Github go online any quicker. They have a Twitter account, you know.
评论 #4671533 未加载
评论 #4672150 未加载
hkdobrevover 12 years ago
Github status: "We've temporarily disabled service on port 80 while we investigate the source of a connection flood. HTTPS, GIT, and SSH service are unaffected."<p>Great way to keep the git push/pull workflow unaffected.
hkdobrevover 12 years ago
Github.com is now up <a href="https://github.com/" rel="nofollow">https://github.com/</a><p><a href="https://status.github.com/" rel="nofollow">https://status.github.com/</a>
longdivisionover 12 years ago
<a href="https://twitter.com/AnonymousOwn3r" rel="nofollow">https://twitter.com/AnonymousOwn3r</a> is taking credit for attacks against YouTube and GitHub amongst others.
评论 #4671292 未加载
评论 #4671337 未加载
treborover 12 years ago
GitHub says it's a DDOS attack that's hampering their services.
theevocaterover 12 years ago
It appears that their http endpoints are down, but their git endpoints are working fine<p>EDIT: or not anymore. I was able to push but now I am not.
评论 #4671023 未加载
songgaoover 12 years ago
HN is much slower here as well. Is HN also targeted?
评论 #4671003 未加载
NelsonMinarover 12 years ago
Github status is hosted on Github, d'oh. Their Twitter feed posted at 2037Z: "We are experiencing issues due to a DDOS attack, working hard to restore service..." <a href="https://twitter.com/github/status/259029493669310464" rel="nofollow">https://twitter.com/github/status/259029493669310464</a>
评论 #4670975 未加载
评论 #4670978 未加载
spleederover 12 years ago
The internet is collapsing folks. YouTube is down as well: <a href="http://news.ycombinator.com/item?id=4670859" rel="nofollow">http://news.ycombinator.com/item?id=4670859</a>
评论 #4670970 未加载
评论 #4670973 未加载
brokentoneover 12 years ago
GitHub, YouTube, I'm having trouble on Wordpress.org, anything else down for people? Anyone noticing any correlations?
xxporover 12 years ago
Does anyone know where GitHub is hosted? I assume not AWS because status.github is on heroku (and therefore AWS).
评论 #4671058 未加载
评论 #4671055 未加载
评论 #4671059 未加载
thechutover 12 years ago
Very slow but I was able to pull at 4:55EST
jamesjguthrieover 12 years ago
Pfft, always down these days. BitBucket for me.
评论 #4671278 未加载
评论 #4672894 未加载