gcloud-CLI安裝
Windows 11 透過搜尋 PowerShell,接者點擊 Windows PowerShell
然後貼上
1
2
3
(New-Object Net.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe", "$env:Temp\GoogleCloudSDKInstaller.exe")
& $env:Temp\GoogleCloudSDKInstaller.exe
按下Enter