We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the install wizard downloading the binary will fail if your IP is rate limited towards github API.
curl -s "https://api.github.com/repos/morantron/tmux-fingers/releases" {"message":"API rate limit exceeded for XXX.XXX.XXX.XXX. (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"}
So the download URL will be blank failing the download.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the install wizard downloading the binary will fail if your IP is rate limited towards github API.
curl -s "https://api.github.com/repos/morantron/tmux-fingers/releases"
{"message":"API rate limit exceeded for XXX.XXX.XXX.XXX. (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"}
So the download URL will be blank failing the download.
The text was updated successfully, but these errors were encountered: