-
Notifications
You must be signed in to change notification settings - Fork 331
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
Get "https://www.googleapis.com /storage/v1/b/bazel/o?delimiter=/": proxyconnect tcp: net/http: TLS handshake timeout #234
Comments
I'm facing the same problem with you (China ) |
try to install bazelisk using this:
or from GitHub:
Bazelisk tries to find a suitable version of Bazel and install it, to tell it where to look for Bazel, set this variable before calling it.
This address isn't blocked and you should be able to install Bazel. |
Thanks for replying.
even the former one which has been built by bazel could run now |
I guess it can't map This is the github page for bazelisk. read their README https://github.com/bazelbuild/bazelisk In part of it, it writes, read that part:
Also in this page you can find releases of Bazel: https://github.com/bazelbuild/bazel/releases so you can set your desired version. PLEASE Note, I said make this setting:
before you running =============== Another solution is using a proxy server, or using Tor, however they need more descriptions... There could be also solution that disable checking GSC, again I don't find what was the setting, it was again about setting an environment variable maybe "CHECK_GSC_BUCKET" to false, I don't remember. |
bazel is banned in Iran. So I set linux proxy (HTTPS_PROXY to https://127.0.0.1:8118) which is Tor via privoxy. Anyways, it seems bazel can't pass through proxy
when I run:
bazel --version
it gives me:
The text was updated successfully, but these errors were encountered: