I have followed the guides to installing my app on a virtual machine. In CloudShell, I can run gcloud source repos list and it shows that my repo is associated with my project and it gives me the URL of my Github repo.
However, no files are actually copied into my project folder. I'm therefore unable to continue with the process.
I can see my project files in Cloud Source Repositories. When I go to my project directory in CloudShell, it is empty. When I try again to clone my repository through CloudShell, I get the following error:
ERROR: (gcloud.source.repos.clone) Cannot find git. Please install git and try again.
My instance has "Allow full access to all Cloud APIs" clicked.
In looking through StackOverflow posts, I have tried to change the "path" to include git/bin but it didn't understand the path command.
This is my first go at this, and clearly I suck at it. Thanks for any advice.