Live data from Hacker News

GitHub down

github.com

21–30 of 198 posts

Re: GitHub down

#22
It is only a matter of time before someone here suggests you use self hosted gitlab/github enterprise. Ain't got time for that.

Re: GitHub down

#23
That's the moment when you know why you're using a decentralized version control system. You don't care about the central server.

Re: GitHub down

#24
post #2

We centralized a decentralized version control system.

You can still work with your colleagues by pushing and pulling your own repos without involving GitHub. I think centralised CI is the real problem. I don't have the compute power in my home to run our full test suite, so I can't push with confidence without my CI cluster.

Issues and other GH infrastructure is arguably a bigger problem. That metadata is locked within the Github silo with no easy way to export it elsewhere.

Re: GitHub down

#27
post #2

We centralized a decentralized version control system.

The issue is that the features we use along with git, many of which github provides, are not decentralized. The true but tired argument that git will continue to work when github goes down totally ignores this issue.

Yes, git still works. But we don't just rely on the features git provides.

Re: GitHub down

#30
Just recently I thought to myself "it has been a long time since I saw the Github Unicorn". As it turns out, I didn't really miss it at all.

Regarding the centralized nature of Github: it is the centralized communication that is a problem, not the ability to share code. I can easily send a patch to somebody on my team, but that doesn't help me review a PR, reply to comments, trigger a CI build, or initiate a deploy.

Code sharing is only a small part of what a team relies on Github for.

Post reply on HN