SITUATION:
I am following this tutorial:
https://cloud.google.com/nodejs/tutorials/bookshelf-on-compute-engine
When I get here:
CODE:
git commit -am "Updating configuration"
git config credential.helper gcloud.sh
git remote add cloud https://source.developers.google.com/p/[YOUR_PROJECT_ID]/
git push cloud
ERROR:
I get the following error:
fatal: remote error: Forbidden
QUESTION:
How do I fix this ?
P.S.: I did do: gcloud auth application-default login