Unusually high git clones 100k in one day #196537
Replies: 1 comment
-
|
A few things I would separate here: traffic analytics, audit logs, and Git transport events are not the same data product. GitHub's repository traffic API gives aggregate clone counts and unique cloners, but it does not expose per-user/per-token attribution for clone traffic. It is useful for trend analysis, not forensic attribution. For audit logs, What I would check:
Docs:
So yes, a spike can be real without the Traffic page giving you enough detail to attribute it. For private repos, I would treat a 100k spike as worth checking automation and credentials, even if it turns out to be a benign internal process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
We saw an unexpected spike of ~100k clone events on one of our repositories on May 11, 2026.
The repo normally has very low clone traffic, so this appears highly abnormal. GitHub Traffic analytics shows the spike, but the audit logs do not show corresponding
repo.cloneevents. This is a private repo.Has anyone else seen this happen before?
Would also be useful to know:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions