Live data from Hacker News

GitHub Outage

github.com

61–70 of 297 posts

Re: GitHub Outage

#61
This was basically my train of thought:

"Damn! I'm tired of fighting installing cordova/ionic. WTF is happening now? Oh Github is down... okay that's new"

Re: GitHub Outage

#62
post #50
post #33

Thank God we're on Bitbucket! Right, guys? Anyone?

Regardless, most dependencies are on GitHub which breaks bower install for most people. It's crazy how much infrastructure relies on this single point of failure.

Someone should make a distributed version control system.

Re: GitHub Outage

#63
If people are going to depend on github being up for their CI workflows, etc., there should be serious effort expended at the network and cache layer to be suitably reliable. It's probably fine to not be able to do developer-level actions for hours, but even a 5m outage in deploying other systems is unacceptable for most businesses.

Re: GitHub Outage

#67
There was an error in ionic with Github's error, but I cannot create a new issue :P

    Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
    x Invalid response status: https://github.com/driftyco/ionic-app-base/archive/master.zip (503)
    Error Initializing app: [object Object]
    errorHandler had an error [TypeError: Cannot read property 'error' of undefined]
    TypeError: Cannot read property 'error' of undefined
    ...

Re: GitHub Outage

#70
post #50
post #33

Thank God we're on Bitbucket! Right, guys? Anyone?

Regardless, most dependencies are on GitHub which breaks bower install for most people. It's crazy how much infrastructure relies on this single point of failure.

Aren't npm installs actually hosted on npm? This shouldn't affect npm installs.
Post reply on HN