GitHub Outage
241–250 of 297 posts
Re: GitHub Outage
#242"We're investigating a significant network disruption effecting all http://github.com services." - https://twitter.com/githubstatus/status/692508939792039936
Guess they're too busy working on the issue to notice the misuse of "effecting" instead of "affecting."
Re: GitHub Outage
#243Re: GitHub Outage
#244Re: GitHub Outage
#245Earlier quoted context omitted.
Yup, a coworker was wondering why a build failed, a minute later I saw this.
Well, it's not like we have invented binary and source packages two decades ago, so people don't need to re-download and re-build their build-time dependencies every time they start compilation. Oh wait, we have.
It is obviously gonna be hosted on GitHub. Oh, the irony...
Re: GitHub Outage
#246Luckily, git is a distributed control system and we all remembered to: git remote add backup git push backup
I'd actually like a gitolite-like system that takes my pushes and replicates them among Gitlab/Github/Bitbucket/repo.or.cz. I'm sure it's possible with hooks, but every time I get around to looking into it, GitHub is back up
Re: GitHub Outage
#247Earlier quoted context omitted.
As GitHub queues up webhooks, we're bracing for impact at buddybuild! :)
You shouldn't notice a webhook deluge because the site isn't generating events. I'm watching our webhook services though and will let you know if that changes.
It looks like webhooks are wedged.. no?
Re: GitHub Outage
#248Relavant: GitTorrent: A Decentralized GitHub ( http://blog.printf.net/articles/2015/05/29/announcing-gittor... ) The repo is at ... https://github.com/cjb/GitTorrent , so just clone that and ... oh ...
From the site: First we connect to GitHub to find out what the latest revision for this repository is, so that we know what we want to get. GitHub tells us it’s 5fbfea8de... Then we go out to the GitTorrent network. So yeah, wouldn't have saved you.
Re: GitHub Outage
#249Earlier quoted context omitted.
I'm not sure how ddos'ing github would help with the outage. runs script
Judging by the fact that their status page is still up I'd say that the service is pretty independent of the rest of the site. If my one-liner gets popular enough to do damage to Github when China can't then I will be extremely proud of myself. :D
Re: GitHub Outage
#250Relavant: GitTorrent: A Decentralized GitHub ( http://blog.printf.net/articles/2015/05/29/announcing-gittor... ) The repo is at ... https://github.com/cjb/GitTorrent , so just clone that and ... oh ...
http://gittorrent.org/ and `git clone git://gittorrent.org/gittorrent`