Can I use gcloud in Git Bash on Windows?

前端 未结 4 1325
遥遥无期
遥遥无期 2021-02-12 16:03

So, I\'ve installed Git, Git Bash, Python2.7, and I\'ve just installed the Google Cloud SDK per the official guide. Using Windows 10.

In cmd.exe, or the \"Google Cloud

4条回答
  •  清酒与你
    2021-02-12 16:33

    Create ~/.bashrc with one and only line:

    alias gcloud="gcloud.cmd"
    

    and restart you shell session. That's it.

提交回复
热议问题