Earlier quoted context omitted.
Didn't you just answer your question? It is the "go-to" place for most developers.
That doesn't really answer his question. Why would somebody want to inconvenience developers?
GitHub experiencing a large DDoS attack
81–90 of 105 posts
Re: GitHub experiencing a large DDoS attack
#82I do not understand why GitHub get attacked so often - honestly it's not like they are doing anything wrong, they are a fabulous service and the go-to place for most (if not all) developers for all sorts of projects, be it open source or in an enterprise/corporate context.
---
We do know that they've been consistently attacked. Github has been unsuccessful in mitigating attacks.
Github needs to explain why these attacks are happening. What is being done to stop them. What has been done to stop them. And if they are different from previous attacks.
Re: GitHub experiencing a large DDoS attack
#83I do not understand why GitHub get attacked so often - honestly it's not like they are doing anything wrong, they are a fabulous service and the go-to place for most (if not all) developers for all sorts of projects, be it open source or in an enterprise/corporate context.
Re: GitHub experiencing a large DDoS attack
#84Just a PSA Git is distributed, fire up a quick instance with git daemon. git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
>> Just a PSA Git is distributed Can you please elaborate?
You can have multiple remotes for your Git repositories, one of them (Github) being down should not affect your work since you can coordinate a new one with your team in the manner described above.
Re: GitHub experiencing a large DDoS attack
#85Earlier quoted context omitted.
Didn't you just answer your question? It is the "go-to" place for most developers.
That doesn't really answer his question. Why would somebody want to inconvenience developers?
- Getting people to use BB instead
- Fake DDOS to get more companies to pay for github:enterprise
- Preventing a system upgrade in a company which has deployment relying on github
There are lots of potential ways to use it...
Re: GitHub experiencing a large DDoS attack
#86I ask because I have no plausible answer: What does someone stand to gain by DDoSing github?
Re: GitHub experiencing a large DDoS attack
#87Can 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
#88Re: GitHub experiencing a large DDoS attack
#89I do not understand why GitHub get attacked so often - honestly it's not like they are doing anything wrong, they are a fabulous service and the go-to place for most (if not all) developers for all sorts of projects, be it open source or in an enterprise/corporate context.
Re: GitHub experiencing a large DDoS attack
#90Earlier quoted context omitted.
>> Just a PSA Git is distributed Can you please elaborate?
Public Service Announcement You can have multiple remotes for your Git repositories, one of them (Github) being down should not affect your work since you can coordinate a new one with your team in the manner described above.