Contributors sidebar shows a user with zero commits (stale cache) #201246
Replies: 1 comment
-
|
GitHub heavily caches the repository sidebar and Contributors graph separately from the actual raw Git history. Even if the API is clean, the UI cache can get stubbornly stuck. The fastest trick is to force GitHub's backend to recalculate your repo's metadata and bust that cache: push an empty commit. Run this in your terminal: git commit --allow-empty -m "trigger github reindex"
git push
This acts as a manual ping to their background workers. While you wait for that to process, double-check that the If you push the empty commit and the ghost user is still hanging around after a few hours, you'll need to open a ticket at |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
Hi there,
The Contributors panel on my repository is displaying a user (cursoragent / "Cursor Agent") who has zero commits in the repository. Every authoritative API returns only my account, but the rendered Contributors widget still lists cursoragent, including in a logged-out incognito window (so it is not my browser cache). I believe the repository's cached contributor graph is stale and needs to be recomputed on your side.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions