Home gcloud-CLI安裝(中文)
Post
Cancel

gcloud-CLI安裝(中文)

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

☝ツ☝

This post is licensed under CC BY 4.0 by the author.

👈 ツ 👍