I'm creating a custom Google Cloud Shell image.
I'm following Cloud Shell's own tutorial on how to create a custom image.
Everything was fine to the step: Push image to Google Container Registry.
$ git commit -a -m "Initial custom environment check-in."
[master 4d63b1d] Initial custom environment check-in.
1 file changed, 1 insertion(+), 2 deletions(-)
$ git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.