You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running scoop search multiple times, I've hit GitHub's API rate limit.
The message looks like this on scoop stderr:
invoke-webrequest : {"message":"API rate limit exceeded for IPADDRESS. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}
curl.exe -i https://api.github.com/ confirms it's a 60 req/hour limit that's been hit.
Is there a way to authenticate with GitHub and get a bit more quota?
The text was updated successfully, but these errors were encountered:
While running scoop search multiple times, I've hit GitHub's API rate limit.
The message looks like this on scoop stderr:
curl.exe -i https://api.github.com/
confirms it's a 60 req/hour limit that's been hit.Is there a way to authenticate with GitHub and get a bit more quota?
The text was updated successfully, but these errors were encountered: