상황 :
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 링크로 이동하면 거기에 Repo가 있습니다. – Coder1000
repo에 대한 전체 URL을 사용할 수 있습니까? https://source.developers.google.com/p/[PROJECT]/r/[REPO] – csells