Live data from Hacker News

Github major service outage

status.github.com

1–10 of 82 posts

Re: Github major service outage

#5

im getting a 500 (from NYC) on the main page + i cant push to remote repos

From here (NE UK) everything is down.

Typically I was in the middle of setting up a development environment on a new machine which has a lot of composer dependencies....

Oh well will have to go drink coffee in the sporadic sunshine :).

Re: Github major service outage

#8
The status page says that "Code Downloads" is "Normal". How do you get to the downloads page for a given repo? Is there some canonical form for a URL for repos? Maybe while they're fixing it we can still download code...

Re: Github major service outage

#10

The status page says that "Code Downloads" is "Normal". How do you get to the downloads page for a given repo? Is there some canonical form for a URL for repos? Maybe while they're fixing it we can still download code...

try:

  git://github.com/{user}/{repo}.git
or

  https://github.com/{user}/{repo}.git
anyway, not working right now for me (Italy)

EDIT: working, give it 30 seconds to start.

Post reply on HN