Error when fetching repository files #169469
-
Select Topic AreaQuestion BodyWhen I try fetching my repository files I get the below error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
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.