GitHub issue - resolved
31–40 of 169 posts
Re: GitHub issue - resolved
#32Yup. Tried pushing and got "remote: fatal error in commit_refs". Was trying to understand what I was doing wrong.
For me it went down just as I was logging in, I thought I was banned or something :')
Re: GitHub issue - resolved
#33Earlier quoted context omitted.
I like to reduce the single point of failure count in my projects as much as I can, with common sense. My backup system is running a few cli commands instead of git push, so it's a no brainer. YMMV.
How sure are you that none of those commands has a dependency on GitHub infrastructure?
"docker buildx build ... -push" "ssh ...@..." "docker pull ..." "docker compose up ..."
Re: GitHub issue - resolved
#34Because this needs to happen as one prepares to push to day's last deploy. Back to backups. Have backups for critical systems, people. In my case, it's building docker containers locally and luckily deploying to one server via ssh.
Depends on the context. I need to push to a repo and QA needs to test the app, but since I can't push, they can't. No other practical way (other than setting up another origin on Bitbucket or GitLab, or emailing/zipping sending etc).
Re: GitHub issue - resolved
#35https://www.githubstatus.com/incidents/52z0j6phhnjs
However, saying "degraded performance" when you know it's "down for everyone" is an industry phrasing thing that's irritating. AWS also has "elevated response times" when everyone is seeing 5xx errors, or infinite response times.
Re: GitHub issue - resolved
#36Ever since Microsoft took over...
Re: GitHub issue - resolved
#37Yup. Tried pushing and got "remote: fatal error in commit_refs". Was trying to understand what I was doing wrong.
Same here! Was going crazy what I was doing wrong. Renamed my branch to see if that was causing anything.
Re: GitHub issue - resolved
#38Related to the Twitter source code leak, perchance?