SITUATION:
https://cloud.google.com/nodejs/tutorials/bookshelf-on-compute-engine
私はここに来る:
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:
私は次のエラーを取得する:
fatal: remote error: Forbidden
質問:私はこの問題を解決するにはどうすればよい
? gcloud auth application-default login
何が起こります: //console.cloud.google.com/code/develop/repo?project=[YOUR_PROJECT_ID]?あなたはレポを持っていますか? – csells
@csellsリンクに移動すると、そこにレポがあります。 – Coder1000
レポの完全なURLを使用できますか: https://source.developers.google.com/p/[PROJECT]/r/[REPO] – csells