GitHub's down?
91–100 of 154 posts
Re: GitHub's down?
#92Re: GitHub's down?
#93SE yesterday, gh today. Bad week for dev productivity.
Re: GitHub's down?
#94Re: GitHub's down?
#95Funny, I switched our projects to Gitlab a week ago and told the team: Because we should not trust a centrealized platform to keep our code decentralized.
Re: GitHub's down?
#96IS there any opensource private github?
Re: GitHub's down?
#97Earlier quoted context omitted.
I guess no-one else has deployment scripts that pull from github, just because you don't have them.
GitHub isn't made for that though, if you need scripts to pull downm files for important work, then you should really be storing that stuff in S3. And probably some other place you can switch to if something goes wrong.
Arguably you should be able to mirror on both an internal git repository somewhere, but GitHub is down infrequently enough that it's hard to justify that work + continuing costs if you don't have your own hardware + security patching + other admin costs to managers until you see multiple outages in a small enough window.
Re: GitHub's down?
#98Re: GitHub's down?
#99Re: GitHub's down?
#100Earlier quoted context omitted.
how does that help for the long long lists of external dependencies, for the bugtrackers of projects where I'd like to look up if someone else had the same issue and maybe there's a workaround, to view and compare code for older revisions of projects I'm using? With a ton of projects now hosted on github, github being down is a major dent in my overall productivity even though we _do_ have an internal git server.
For repositories your projects depend on, you can set up a local proxy so you at least have local copies for continuous integration. E.g. PHP's Composer project has _Toran_ and _Satis_ for this: http://tech.m6web.fr/composer-installation-without-github.ht...