Quentin123345 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Crash #353

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud feedback].

What steps will reproduce the problem?

What is the expected output? What do you see instead?

Please provide any additional information below.

Installation information:

Google Cloud SDK [0.9.83]

Platform: [Linux, x86_64]
Python Version: [2.7.6 (default, Jun 22 2015, 17:58:13)  [GCC 4.8.2]]
Site Packages: [Disabled]

Installation Root: [/usr/lib/google-cloud-sdk]
Installed Components:
  core: [2015.10.16]
  core-nix: [2015.10.16]
  gcloud: [2015.10.16]
  gsutil-nix: [4.15]
  gsutil: [4.15]
  bq: [2.0.18]
  bq-nix: [2.0.18]
System PATH: 
[/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lo
cal/games]
Cloud SDK on PATH: [False]

Installation Properties: [/usr/lib/google-cloud-sdk/properties]
User Config Directory: [/home/bition/.config/gcloud]
User Properties: [/home/bition/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]

Account: [info@bition.com]
Project: [bithome]

Current Properties:
  [core]
    project: [bithome]
    account: [info@bition.com]
  [app]
    use_appengine_api: [True]

Logs Directory: [/home/bition/.config/gcloud/logs]
Last Log File: [/home/bition/.config/gcloud/logs/2015.10.29/00.09.13.140249.log]

Original issue reported on code.google.com by i...@bition.com on 28 Oct 2015 at 11:09

GoogleCodeExporter commented 8 years ago
Can you describe the issue?

Original comment by gsfow...@google.com on 4 Nov 2015 at 1:52

GoogleCodeExporter commented 8 years ago
Hallo,

this crash occours, when I try to create a new project with the command "gcloud 
init" in Ubuntu shell.

What other informations do you need?

Original comment by i...@bition.com on 11 Nov 2015 at 9:40

GoogleCodeExporter commented 8 years ago
Thanks for reporting the issue.

gcloud init is not able to create projects. You Have to first create project in
https://console.developers.google.com
then in gcloud init use same project id to initialize gcloud cli properties.

Can you post what commands you ran and what you typed to get the crash so we 
can reproduce.

Original comment by che...@google.com on 23 Nov 2015 at 4:33

GoogleCodeExporter commented 8 years ago
Hallo and thanks for the informations.

I have had created a project at https://console.developers.google.com before I 
tried to init the local gcloud project.

I only want to rand the shell command "gcloud init" (instead of "git init") to 
create a local gcloud/git repository to sync my remote repositry at google 
developers console.

Original comment by i...@bition.com on 26 Nov 2015 at 9:07

GoogleCodeExporter commented 8 years ago
Sure. There are a few ways to clone repositories, you can use [gcloud init], or 
you can simply run
  gcloud source repos clone default ~/my-project-repo

Just confirm that
  gcloud config list
has correct account and project before you do this.

It would also help us understand what issue you had with "gcloud init" if you 
can copy paste or attach screenshot of your 'gcloud init' session. 

Original comment by che...@google.com on 26 Nov 2015 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by z...@google.com on 4 Jan 2016 at 2:09