-
Notifications
You must be signed in to change notification settings - Fork 590
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
Installation failed forarchitecture: x86_64-unknown-linux-musl #502
Comments
Found an issue, but the reponse that I get is, {
"message": "API rate limit exceeded for 72.142.91.80. (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-limiting"
} That is what causing the issue. |
Any idea why GitHub is rate limiting your requests? According to the link in that message, they provide 60 requests per hour, which means that even if you exceeded it by accident, it should have worked an hour later. |
I guess in corporate network lot if requests are being made to github that is why I always run in to this issue. |
I don't know if there's much I can do about GitHub rate limiting your requests. What do you typically do when you run into this issue? Some suggestions:
|
That is true that for rate limit you can no do anything. But yes one minor change is good in the installation script. Where the installation says certain binary not found, instead it could say actual error which would be hitting a rate limit and can not able to download the binary file. |
Done: 2555870 |
Actually there is a way to bypass it. User must be logged in to use personal rate limit versus general. There are different methods - one to use |
On Ubuntu 20.04 server I am trying to install with below command, but it is failing
Failed message:
The text was updated successfully, but these errors were encountered: