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
Without authentication, GitHub uses simple IP-based ratelimiting with an extremely low limit. This makes it effectively impossible to use on a CI platform such as Travis.
Authenticated requests get a far higher rate limit, and are not IP-based.
0 commit comments