GitHub code search suddenly stopped working for my repos and ChatGPT can no longer see them as indexed #191323
Replies: 6 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This looks like a GitHub code search backend issue, not a problem with your repos. You’ve already validated the key signals:
All of these point to a temporary indexing/search service regression on GitHub’s side. What you can do now:
Important: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Yeah, that definitely sounds like a backend issue on GitHub’s side especially with the HTTP 500 and multiple repos affected, not much you can fix locally. Probably worth waiting it out or checking their status page. Funny how these sudden breaks feel, like expecting jasmine's jamaican rum cake to turn out perfect and something just glitches at the last step. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks everyone for the help. It started working again by itself after about 15 hours, so it looks like this was a temporary internal GitHub code-search/indexing issue rather than a repository-side problem. I appreciate your support. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing the detailed report. Based on the symptoms (UI search failure, CLI HTTP 500, and multiple repositories affected simultaneously), this clearly points to a backend indexing or code search service issue rather than a repository-level problem. It is good to see that the issue resolved automatically after some time, which further confirms it was likely a temporary outage or regression in GitHub’s code search infrastructure. For future reference, a few quick checks that can help validate such issues:
Also worth noting: Appreciate the detailed debugging steps shared in this thread—it makes it much easier to identify platform-level issues. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub code search appears to have regressed suddenly for multiple public repositories in my account.
Affected repos:
Context:
What I see in the GitHub web UI:
What I see in GitHub CLI:
What I already checked:
Expected behavior:
Actual behavior:
This looks like a GitHub code-search/indexing backend regression rather than a repository content issue. Please investigate.
Beta Was this translation helpful? Give feedback.
All reactions