-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Github Rate-Limit #127
Comments
👍 for better error message. Perhaps it's better if we expose an option, preferably from a file, to set an OAuth key so the rate limits can be high as 5000 req/hr. |
We in general need to add support for means of authentication like for private repositories. That's a different issue though. |
As of 4f9b71f it is possible to set a GitHub Auth Token via the |
In case of a 403 error on github's API, we should probably check for a Rate Limit and report a better error message in case it is.
The text was updated successfully, but these errors were encountered: