GitHub issue - resolved
41–50 of 169 posts
Re: GitHub issue - resolved
#42Re: GitHub issue - resolved
#43Re: GitHub issue - resolved
#44Ever since Microsoft took over...
...Github has gotten significantly better.
Re: GitHub issue - resolved
#45HN should really have a “Down HN” category, as this is the most reliable place to get this information.
HN though comes with all the commentary.
Re: GitHub issue - resolved
#46Why GitHub is down so often? Why is it not possible to keep it up 100% of time (without counting physical failure)?. I haven't seen any down time for my system (it has hundreds of thousands of users online) in months since I have completed the setup.
Re: GitHub issue - resolved
#47Re: GitHub issue - resolved
#48Why GitHub is down so often? Why is it not possible to keep it up 100% of time (without counting physical failure)?. I haven't seen any down time for my system (it has hundreds of thousands of users online) in months since I have completed the setup.
Re: GitHub issue - resolved
#49Earlier quoted context omitted.
How sure are you that none of those commands has a dependency on GitHub infrastructure?
Because I use Github only for git hosting and actions (building & deploying containers). In this case, code is already in my computer, and I can build and ssh to server and pull&run the new container. "docker buildx build ... -push" "ssh ...@..." "docker pull ..." "docker compose up ..."
Re: GitHub issue - resolved
#50Earlier 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?