Earlier quoted context omitted.
This happens to our team too. Does anyone else find it ironic that Git is a distributed version control system, yet we rushed to centralize it and base our entire workflow around GitHub?
Github is just a node. IF Github dies , people still have the full repos on their computers.That's not always the case with SVN... And most people are too lazy/dont have resources to set up a git server anyway.
GitHub experiencing a large DDoS attack
51–60 of 105 posts
Re: GitHub experiencing a large DDoS attack
#52Earlier quoted context omitted.
This happens to our team too. Does anyone else find it ironic that Git is a distributed version control system, yet we rushed to centralize it and base our entire workflow around GitHub?
Github is just a node. IF Github dies , people still have the full repos on their computers.That's not always the case with SVN... And most people are too lazy/dont have resources to set up a git server anyway.
There's also stuff like GitHub Issues, which are separate from the actual Git hosting. So even if the source code is available and the 3rd party tools aren't broken, work can still be interrupted.
Re: GitHub experiencing a large DDoS attack
#53This is getting really problematic. It stops our whole team every time. Anybody has experience with Gitlab and Gitlab CI? How's the flow compared to Github, especially for pull requests, commenting and collaboration?
Re: GitHub experiencing a large DDoS attack
#54Why is this happening to them almost every day? Is someone jealous? Proving a point? If so, what point? Surely by now, GitHub must know who's responsible and putting more in place to mitigate as much as possible before this happens. Right?
Re: GitHub experiencing a large DDoS attack
#55Earlier quoted context omitted.
Have you tried Jenkins as a CI server? While the core Gitlab product is quite nice, the feedback I've heard on the CI component is that it becomes problematic once builds become non-trivial (though to be fair, I've heard this mostly from Jenkins folks).
We just built our own build scripts (in make(1) like god intended) and wrap jenkins around that. Pretty hard to go wrong with tech that's been tested for the last 35 years
Re: GitHub experiencing a large DDoS attack
#56Can someone with experience mitigating an attack like this describe how it's done? A known set of hosts/address spaces is fine, but it's the "distributed" part I don't understand how to deal with.
Re: GitHub experiencing a large DDoS attack
#57Earlier quoted context omitted.
The so what is that the majority of people on HN are developers and the majority of them use Github either personally or with their teams. So a major outage is costing potentially millions of dollars in potentially lost developer time. If you calculate an average hourly of just $50 and a developer loses 20 minutes. Then that outage costs $17 x the number of affected developers. That's a pretty big loss. I'm reading H…
You can't pull code from another node, i.e another developer? Git is distributed, if you want centralised source control use Perforce or SVN or something.
Re: GitHub experiencing a large DDoS attack
#58Re: GitHub experiencing a large DDoS attack
#59Re: GitHub experiencing a large DDoS attack
#60Let me get this straight, the command-line interface for googling code in a locally cloned GitHub repo is called grep?