【发布时间】:2014-04-29 04:04:21
【问题描述】:
在 gcloud 上看到一段甜蜜的视频,想试一试,但一开始就受阻。我做了设置,下载了工具,运行了 gcloud auth login,一切都很好。试图初始化一个项目并得到一个错误,我不知道如何修复。
$ gcloud init my-awesome-project-555
Initialized gcloud directory in [/Users/freddy/my-awesome-project-555/.gcloud].
Cloning [https://source.developers.google.com/p/my-awesome-project-555/r/default] into [default].
Initialized empty Git repository in /Users/freddy/my-awesome-project-555/default/.git/
fatal: remote error: 403 Forbidden
ERROR: Unable to initialize project [my-awesome-project-555], cleaning up [/Users/freddy/my-awesome-project-555].
ERROR: (gcloud.init) Could not fetch repository.
$
为了更好的衡量:
$ which git
/usr/local/git/bin/git
$ git --version
git version 1.7.12.1
$
我正在使用 OSX 10.9.2 的 macbook air
关于我可能做错的任何想法?
【问题讨论】:
-
您确实首先在您的开发控制台 (console.developers.google.com/project) 中声明了该项目
my-awesome-project-555,对吧?