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 :)
GitHub: Git operation failures
21–30 of 335 posts
Re: GitHub: Git operation failures
#22Re: GitHub: Git operation failures
#23Re: GitHub: Git operation failures
#24Earlier 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?
Re: GitHub: Git operation failures
#25It 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.
Re: GitHub: Git operation failures
#26Re: GitHub: Git operation failures
#27Re: GitHub: Git operation failures
#28Re: GitHub: Git operation failures
#29FYI 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.