Created
August 25, 2015 18:33
-
-
Save ShonFrazier/1de3bbecbe4aa5030485 to your computer and use it in GitHub Desktop.
homebrew GitHub API rate limit error ... why?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Regenerated the API token, set it at the command line, added it to shell config scripts | |
shon@atlas ~> echo $HOMEBREW_GITHUB_API_TOKEN | |
fc...24 | |
shon@atlas ~> brew search json-c | |
json-c | |
Error: GitHub API rate limit exceeded for 107.192.237.60. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) | |
Try again in 11 minutes 19 seconds, or create an personal access token: | |
https://github.com/settings/tokens | |
and then set the token as: HOMEBREW_GITHUB_API_TOKEN | |
shon@atlas ~> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment