So, I installed Git, Git Bash, Python2.7, and I just installed the Google Cloud SDK for the official guide. Using Windows 10
In cmd.exe or in the Google Cloud SDK shell, gcloud working fine.
Inside Git Bash, however (the terminal I prefer to use), gcloud returns the following output (screenshot).

echo $PATH in Git Bash includes the path to the Google SDK (highlighted here).

Am I missing something? Is there anything in $ PATH that might be against gcloud, or have I somehow distorted the path?
I appreciate any insight.
UPDATE Here is the result of env|grep PATH . I'm not sure what this tells me. Any other executable in PATH works (tramp, cond, python, etc.), but gcloud does not.

source share