пытался через разные прокси (opera/warp/VPN) везде ошибки одинаковые
cargo binstall cargo-binstall
INFO resolve: Resolving package: ‘cargo-binstall’
INFO get_repo_info{self=Data { name: “cargo-binstall”, version: “1.12.4”, repo: Some(“GitHub - cargo-bins/cargo-binstall: Binary installation for rust projects”), repo_info: OnceCell { value: None } }}:get_repo_info{repo=GhRepo { owner: “cargo-bins”, repo: “cargo-binstall” }}:do_send_request{request=Request { method: POST, url: Url { scheme: “https”, cannot_be_a_base: false, username: “”, password: None, host: Some(Domain(“api.github.com”)), port: None, path: “/graphql”, query: None, fragment: None }, headers: {“accept”: “application/vnd.github+json”, “authorization”: Sensitive} } url=https://api.github.com/graphql}: Received status code 401 Unauthorized, will wait for 120s and retry
Спойлер
это с любыми прокси пишет
API rate limit exceeded for 1.2.3.4 (But here’s the good news: Authenticated requests get a higher rate limit
через PowerShell нормально качает/устанавливает
Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content