情况:
我正在关注本教程:
https://cloud.google.com/nodejs/tutorials/bookshelf-on-compute-engine
当我到达这里时:
代码:
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
错误:
我收到以下错误:
fatal: remote error: Forbidden
问题:
我该如何解决 ?
PS:我确实这样做了:gcloud auth application-default login