gpt4 book ai didi

node.js - $ git Push 云致命 : remote error: Forbidden

转载 作者:太空宇宙 更新时间:2023-11-04 02:56:42 24 4
gpt4 key购买 nike

情况:

我正在关注本教程:

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
<小时/>

问题:

如何解决这个问题?

P.S.:我确实做了:gcloud auth application-default login

最佳答案

添加远程时,请确保使用存储库的完整 URL,如您的存储库集中 https://console.cloud.google.com/code/develop/repo?project=[PROJECT] 中列出的那样。

例如:

git commit -am "Updating configuration"
git config credential.helper gcloud.sh
git remote add cloud https://source.developers.google.com/p/[PROJECT]/r/[REPO]
git push cloud

关于node.js - $ git Push 云致命 : remote error: Forbidden,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42162556/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com