I want to install the gcloud CLI on Windows 10 Enterprise.
I followed the official reference for the installation process, but it fails partway through.
The error message provided by the installer is as follows:
```
Output folder: C:\Program Files (x86)\Google\CloudSDK
Downloading Google Cloud CLI core.
Extracting Google Cloud CLI core.
Create Google Cloud CLI bat file: C:\Program Files (x86)\Google\CloudSDK\cloud_env.bat
Installing components.
Failed to install.
```
What I have tried:
- Running the installer in PowerShell with administrator privileges.
Attempted installation for both All Users and individual user. - Verified if find command and others are in the PATH.
- Tried manual installation by downloading the archive version.
Placed the downloaded google-cloud-cli in the home directory and executed install.bat, but nothing happens. Even when trying to output results, an empty log file is generated.
I suspect the company’s proxy might be interfering, but other members of my team have successfully installed it.
- Python 3.10.11
- Windows 10 Enterprise
I would appreciate any advice.
Thank you.
Reference: https://cloud.google.com/sdk/docs/install?hl=ja