Skip to content
Discussion options

You must be logged in to vote

Hey @BittuChan , The issue is usually one of two things:

  1. Rate limiting - If you're on a personal GitHub token, you might be hitting API rate limits. Check with:
    curl -H "Authorization: token YOUR_TOKEN" https://api.github.com/rate_limit
    If you're near the limit, wait an hour or use a token with higher limits.

  2. Large commit history - For repos with 2000+ commits, the initial analysis can take 10-15 minutes. It's not stuck, just slow. Check your terminal/console for any fetch progress logs.

Try running with verbose logging if available, or check the network tab in DevTools to see if GitHub API calls are still happening.
Also, make sure you're not hitting any firewall/proxy issues if yo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BittuChan
Comment options

Answer selected by BittuChan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants