(Posted also on stackoverflow)
Hi. I'm trying to use gcloud sdk but am stuck. I did the setup, downloaded the tools, ran gcloud auth login, all good. Tried to init a project and got an error I'm not sure how to fix.
$ 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.
$
For good measure:
$ which git
/usr/local/git/bin/git
$ git --version
git version 1.7.12.1
$
I'm on a macbook air with OSX 10.9.2
Any ideas on what I may be doing wrong?
Thanks!
Unfortunately that did not help. Other ideas?$ git --version
git version 1.9.2
$ gcloud init strange-passage-565
Initialized gcloud directory in [/Users/frank/strange-passage-565/.gcloud].
Cloning [https://source.developers.google.com/p/strange-passage-565/r/default] into [default].
Initialized empty Git repository in /Users/frank/strange-passage-565/default/.git/
fatal: Authentication failed for 'https://source.developers.google.com/p/strange-passage-565/r/default/'
ERROR: Unable to initialize project [strange-passage-565], cleaning up [/Users/frank/strange-passage-565].
ERROR: (gcloud.init) Could not fetch repository.
On Tue, Apr 29, 2014 at 8:46 AM, Frank Paterra <fr...@frankpaterra.com> wrote:
Thanks John. I jjust got the same info from Stack overflow. I created a new project and tried to use that but got the same message. One person on Stack Overflow mentioned that git versions below 18 are not supported so I'll try upgrading git and see if that works.FrankOn Tue, Apr 29, 2014 at 8:23 AM, John Asmuth <jas...@google.com> wrote:
You can only create a new project on the cloud console: https://console.developers.google.com/projectOn Tue, Apr 29, 2014 at 11:22 AM, Frank Paterra <fr...@frankpaterra.com> wrote:Thanks for your reply John. Well I don't own that, I tried a couple of other project names, none of which I specifically own. My intent was to create a new project. Do you know how I can do that?Thank you for your help!Frank
--
Frank Paterra
fr...@frankpaterra.com
Thanks John. I did try auth login again but it did not help.
[credential]helper = osxkeychain
fatal: remote error: 403 Forbidden