GitHub is down
31–40 of 53 posts
Re: GitHub is down
#32Re: GitHub is down
#33Shameless plug: I wrote a small service to monitor the status of many cloud services (github included) in one page http://isserviceup.com
Re: GitHub is down
#34Shameless plug: I wrote a small service to monitor the status of many cloud services (github included) in one page http://isserviceup.com
next step: notify (email/slack/twitter/chrome extension/sms) subscribers when a service is back (or down?)
Re: GitHub is down
#35Shameless plug: I wrote a small service to monitor the status of many cloud services (github included) in one page http://isserviceup.com
Is that not an extended variation of the https://cachethq.io logo?
No offense to either company; their logos are pragmatic.
Re: GitHub is down
#36There it is again: Friday the 13th. Well, it's time for home and side projects.
https://en.wikipedia.org/wiki/Correlation_does_not_imply_cau...
Re: GitHub is down
#37Too bad git is a distributed version control system, so you have your repositories locally and can continue work without remote access.
Re: GitHub is down
#38Re: GitHub is down
#39Obligatory Gogs plug: https://gogs.io It also has an awesome automatic mirror mode that can remain sync'd to a remkte repository. I don't care what your company does or how you run it, but please don't just rely on Github to host your code without a mirror somewhere. There are drawbacks to this incessant centralization.
Re: GitHub is down
#40Obligatory Gogs plug: https://gogs.io It also has an awesome automatic mirror mode that can remain sync'd to a remkte repository. I don't care what your company does or how you run it, but please don't just rely on Github to host your code without a mirror somewhere. There are drawbacks to this incessant centralization.
Instead of Gogs it is now recommended to use Gitea, since it has more activity (~400 more commits last time I checked) and is community driven: https://gitea.io/ According to their Blog: Gitea is a community fork of the popular self-hosted Git service Gogs. We’re a growing group of former Gogs users and contributors who found the single-maintainer management model of Gogs frustrating and thus decided to make an effor…