Skip to content
Discussion options

You must be logged in to vote

Hi JayWebtech, the error means you’ve exceeded GitHub’s API rate limit for your user account. GitHub limits the number of API requests per hour (60 for unauthenticated, 5000 if authenticated). To fix this, wait for the limit to reset (usually after an hour), or use authenticated requests with a personal access token to increase the limit. Also, try to reduce the number of API calls your tool or script makes. If the problem persists, contact GitHub Support with the request ID and timestamp from the error message.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JayWebtech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
2 participants