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
Create ~/.bashrc with one and only line:
~/.bashrc
alias gcloud="gcloud.cmd"
and restart you shell session. That's it.