Live data from Hacker News

GitHub: Git operation failures

githubstatus.com

11–20 of 335 posts

Re: GitHub: Git operation failures

#13
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.

Re: GitHub: Git operation failures

#18
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.

Re: GitHub: Git operation failures

#19
post #9

I'm also getting this. Cannot pull or push but can authenticate with SSH myrepo git:(fix/context-types-settings) gp ERROR: user:1234567:user fatal: Could not read from remote repository. myrepo git:(fix/context-types-settings) ssh -o ProxyCommand=none git@github.com PTY allocation request failed on channel 0 Hi user! You've successfully authenticated, but GitHub does not provide shell access. Connection to github.com…

same
Post reply on HN