Live data from Hacker News

GitHub: Git operation failures

githubstatus.com

21–30 of 335 posts

Re: GitHub: Git operation failures

#21
post #15

The last outage was a whole 5 days ago https://news.ycombinator.com/item?id=45915731

Didn't I hear github is moving to Microsoft Azure ? I wonder if these outages are related to the move. Remember hotmail :)

Huh? What were they on before? The acquisition by MSFT is 7 years ago, they maintained their own infrastructure for that long?

Re: GitHub: Git operation failures

#24
post #15

Earlier quoted context omitted.

Didn't I hear github is moving to Microsoft Azure ? I wonder if these outages are related to the move. Remember hotmail :)

Huh? What were they on before? The acquisition by MSFT is 7 years ago, they maintained their own infrastructure for that long?

The Github CEO did step down a few months ago, they never named a successor. Could have something to do with the recent issues. https://news.ycombinator.com/item?id=44865560

Re: GitHub: Git operation failures

#25
post #7

It used to be having GitHub in the critical path for deployment wasn't so bad, but these days you'd have to be utterly irresponsible to work that way. They need to get a grip on this.

Eh, the lesson from us-east-1 outage is that you should cling to the big ones instead. You get the convenience + nobody gets mad at you over the failure.

Everything will have periods of unreliability. The only solution is to be multi-everything (multi-provider for most things), but the costs for that are quite high and hard to see the value in that.

Re: GitHub: Git operation failures

#29

FYI in an emergency you can edit files directly on Github without the need to use git. Edit: ugh... if you rely on GH Actions for workflows though actions/checkout@v4 is also currently experiencing the git issues, so no dice if you depend on that.

FYI in an emergency you can `git push` to and `git pull` from any SSH-capable host without the need to use GitHub.
Post reply on HN