Xray-install
Xray-install copied to clipboard
github API rate limit exceeded!
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install error: github API rate limit exceeded
Hello. I have the same problem.
I have the same problem.
I have the same problem.
我也遇到了同样问题,其他仓库可以下载,只有这个限制了
Facing the same problem here
I believe something like this may work. You will need a GitHub account.
- Verify your email address, if it hasn't been verified yet.
- In the upper-right corner of any page, click your profile photo, then click Settings.
- In the left sidebar, click Developer settings.
- In the left sidebar, under Personal access tokens, click Fine-grained tokens.
- Click Generate a personal access token.
- Under Token name, enter a name for the token, e.g.
xray
- Under Expiration, select an expiration for the token, e.g.
30 days
. - Optionally, under Description, add a note to describe the purpose of the token.
- Under Resource owner, select a resource owner, normally your own GitHub id.
- Under Repository access, select Public Repositories (read-only).
- Click Generate token.
- Copy the personal access token to your computer clipboard, since it can be displayed once only.
Then add the GitHub personal access token to your cURL command. For example:
bash -c "$(curl -L 'https://github.com/XTLS/Xray-install/raw/main/install-release.sh' -H 'Authorization: Bearer github_pat_PutYourTokenHere' )" @ install --beta -u root
I believe something like this may work. You will need a GitHub account.
- Verify your email address, if it hasn't been verified yet.
- In the upper-right corner of any page, click your profile photo, then click Settings.
- In the left sidebar, click Developer settings.
- In the left sidebar, under Personal access tokens, click Fine-grained tokens.
- Click Generate a personal access token.
- Under Token name, enter a name for the token, e.g.
xray
- Under Expiration, select an expiration for the token, e.g.
30 days
.- Optionally, under Description, add a note to describe the purpose of the token.
- Under Resource owner, select a resource owner, normally your own GitHub id.
- Under Repository access, select Public Repositories (read-only).
- Click Generate token.
- Copy the personal access token to your computer clipboard, since it can be displayed once only.
Then add the GitHub personal access token to your cURL command. For example:
bash -c "$(curl -L 'https://github.com/XTLS/Xray-install/raw/main/install-release.sh' -H 'Authorization: Bearer github_pat_PutYourTokenHere' )" @ install --beta -u root
Interestingly this walkaround works for me - even the rest request made inside the script doesn't have the header included.