我在 ESXi 服务器上有互联网连接,我想将所有内容复制到 GCP 存储。但 Gcloud 无法进行身份验证。它似乎无法访问 gloud 登录服务器。
我不知道 esxi 提供商是否阻止了 GCP IP,但有没有办法可以验证?我们知道它尝试连接哪个 IP 或 DNS 地址吗?
这可能是另一个问题吗?我尝试禁用 ipv6,希望它能起作用。
./gcloud init --skip-diagnostics
ERROR: There was a problem with web authentication.
ERROR: (gcloud.auth.login) Could not reach the login server. A potential cause of this could be because you are behind a proxy. Please set the environment variables HTTPS_PROXY and HTTP_PROXY to the address of the proxy in the format "protocol://address:port" (without quotes) and try again.
Example: HTTPS_PROXY=https://192.168.0.1:8080