Live data from Hacker News

GitHub Is Down

githubstatus.com

61–70 of 93 posts

Re: GitHub Is Down

#64

We use a self-hosted GitLab ourselves and I can honestly say we have more up time than GitHub. But 9/10 every project we use is on GitHub and our work is stalled. Centralization will be our downfall :(

You may be able to mirror those to your GitLab and then do all your work from the mirror. https://docs.gitlab.com/ee/user/project/repository/repositor... Congrats on the self-hosted uptime :)

The nature of our product is to follow 100s of projects. And most of the interesting stuff is actually not in the code but in the issue tracker, release notes etc (for us).

Re: GitHub Is Down

#65

If only there was some kind of distributed version control system. /s

Of course, there is. You just need to host it. Self-hosted GitLab mirrors work great when GitHub is down. https://docs.gitlab.com/ee/user/project/repository/repositor...

I think he meant git itself

Re: GitHub Is Down

#69
post #30

Earlier quoted context omitted.

it's probably on github

Hopefully does not depend on github webhooks for replication!

It does, but it would've mirrored your latest commit before it went down.

Anyway, here's how you connect Keybase to GitHub:

https://blog.codefor.cash/2019/08/30/free-automatic-github-b...

https://github.com/codeforcash/github-to-keybase-mirror

Note: this was a v1, and I'm sure there are more resilient ways to do this. Critical feedback strongly encouraged (ideally along with suggestions).

Post reply on HN