在 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
关于我可能做错了什么的任何想法?