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
On machines that make a lot of GitHub requests, beamup can fail with this message:
$ beamup install elixir latest
Error: Failed fetching Github release latest from elixir-lang/elixir
Caused by:
0: GitHub
1: API rate limit exceeded for w.x.y.z. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) Documentation URL: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limitingLocation: src/github.rs:185:29
On machines that make a lot of GitHub requests,
beamup
can fail with this message:To avoid this, it would be nice if
beamup
could be passed an API token via theGITHUB_TOKEN
orGH_TOKEN
environment variables (https://cli.github.com/manual/gh_help_environment).The text was updated successfully, but these errors were encountered: