To me, that looks like an angry unicorn ... does that mean it's another DDoS? It would also be interesting to track loss of productivity in the software engineering professions when GitHub is down. Is this a single point of failure for your company?
It's just git you'd go and get the code from literally anywhere else its being used.
GitHub's down?
41–50 of 154 posts
Re: GitHub's down?
#42Re: GitHub's down?
#43Re: GitHub's down?
#44For everyone who is currently loosing productivity, perhaps your time might be well spent reviewing `git daemon`: http://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon
I don't use github because it gives me a git daemon. I use it because the interface allows me interact with non-technical people when dealing with code and resources. I use github because, even though it is down right now, my stuff is backed up, I don't have to deal with the nitty gritty of ensuring backups succeed, I don't have to deal with the system when it goes down - someone else does that for me. Hence I would never want to run a local github clone.
Re: GitHub's down?
#45Re: GitHub's down?
#46Earlier quoted context omitted.
Not just for a company, but for developer productivity in general, professional or not... Think of all the package managers that pull straight from Github repos as part of their installation processes..
Exactly ... we've got Ansible scripts that do that. One of the current Java rockstars (not my description), Adam Bien, recommends pulling the source code for all third-party dependencies to build them locally and put them in a local repository. I suppose you can push directly back upstream to avoid having an extra step.
I guess for mission critical applications you could have a local mirror of all your vendor package dependencies (probably not a bad idea) but I would bet most people don't do that (I don't)..
Re: GitHub's down?
#47Time for a sword fight!
Re: GitHub's down?
#48Earlier quoted context omitted.
Or setup Gitlab for bigger teams, they even offer a Docker image.
There's even an AMI image for Amazon ec2 hosts IIRC, which brings down the costs when coupled with a reserved instance.
Re: GitHub's down?
#49Re: GitHub's down?
#50Somewhat related I highly recommend both Gogs and Gitlab for internal git hosting.