UPDATE: Google seemed to have updated the quickstart tutorial and it now tells you to use a regular git clone from github instead of the "gcloud source repos clone" command. So this should no longer be an issue.
ORIGINAL QUESTION: I'm trying to follow the default Java App Engine quick start tutorial locally on Windows 10. But when I try to clone the project it complains that it cannot find git.
"ERROR: (gcloud.source.repos.clone) Cannot find git. Please install git and try again."
As you can see I have git (and mysql, which it seems to complain about too) installed and working just fine. I have tried to reinstall the Google Cloud SDK several times now and can't get it to work.
I just used the Google Cloud Installer. I also ran the "gcloud components update" once and its on the latest version now. I installed it under C:/Users/Leejjon/Applications/Google/CloudSDK to avoid spaces in my path to be sure.