rust-build
rust-build copied to clipboard
Error: Failed to query GitHub API: Invalid Github token
./espup install
[info]: Installing the Espressif Rust ecosystem
[info]: Get Proxy from env var: https_proxy=http://127.0.0.1:7890
Error: espup::toolchain::rust::query_github
× Failed to query GitHub API: Invalid Github token
how to solve this?
As the logs say, you are using a proxy from your environment variable https_proxy, is that intended? Is your proxy able to reach GitHub??
I had the same problem, but I worked fine after changing the node. I'm guessing that github is blocking the proxy node's IP.