Since yesterday a lot of users in Europe found their workflows failing due to Github seemingly randomly throwing HTTP/401 on git clone/git pull when interacting with public repos without authentication.

It was now confirmed by staff member that this indeed is intentional and no further steps are planned at this point.

you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 1 day ago (1 child)

BUT currently there is no good way to throttle AI bots that literally trash web.

Sure is. There are plenty of protocols resilient to DDOS.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 day ago

    DDOS is most effective on expensive endpoints. A git clone isn't exactly cheap. Fetching is especially expensive if you vary the revisions you fetch.

    Does GitHub have an alternative here? A Git-compatible protocol with anonymous access that is DDoS-resilient?

  • source
  • parent