GitHub issue - resolved
21–30 of 169 posts
Re: GitHub issue - resolved
#22Re: GitHub issue - resolved
#23Because 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.
Because if you don't spend multiple days per year managing your own "backup" to GitHub, you might be left unable to push to GitHub for a few hours per year? btw, I hope none of your CI system relies on build steps that might include pulling code from GitHub or downloading packages from GitHub Package registry. Often when GitHub is down, my CI system on GitLab is broken too.
Re: GitHub issue - resolved
#24Earlier quoted context omitted.
Because if you don't spend multiple days per year managing your own "backup" to GitHub, you might be left unable to push to GitHub for a few hours per year? btw, I hope none of your CI system relies on build steps that might include pulling code from GitHub or downloading packages from GitHub Package registry. Often when GitHub is down, my CI system on GitLab is broken too.
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.
Re: GitHub issue - resolved
#25Re: GitHub issue - resolved
#26Re: GitHub issue - resolved
#27HN should really have a “Down HN” category, as this is the most reliable place to get this information.
1. check my internet connection
2. check HN
3. check official statuspage
Re: GitHub issue - resolved
#28Yup. Tried pushing and got "remote: fatal error in commit_refs". Was trying to understand what I was doing wrong.
Re: GitHub issue - resolved
#29Seems it's fixed now?
Re: GitHub issue - resolved
#30Because 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.