Zgodnie z dokumentacją polecenia https://cloud.google.com/sdk/gcloud/reference/initgcloud init myproject
nie działa.Utwórz nowy projekt Google Cloud, używając gcloud
google-cloud> gcloud init myproject Initialized gcloud directory in [/Users/arungupta/workspaces/google-cloud/myproject/.gcloud]. Cloning [https://source.developers.google.com/p/myproject/r/default] into [default]. Cloning into '/Users/arungupta/workspaces/google-cloud/myproject/default'... fatal: remote error: Repository not found. You may need to create a repository for this project using the Source Code tab at https://console.developers.google.com ERROR: Command '['git', 'clone', 'https://source.developers.google.com/p/myproject/r/default', '/Users/arungupta/workspaces/google-cloud/myproject/default', '--config', 'credential.helper=gcloud.sh']' returned non-zero exit status 128 ERROR: Unable to initialize project [myproject], cleaning up [/Users/arungupta/workspaces/google-cloud/myproject]. ERROR: (gcloud.init) Unable to initialize project [myproject].
Tworzenie projektu przy użyciu gcloud init minecraft-server --project minecraft-server-183
tworzy projekt o nazwie minecraft-server-183
.
Utworzony projekt nie jest wówczas widoczny pod numerem https://console.developers.google.com/project.
Co to jest poprawne polecenie gcloud
w celu utworzenia nowego projektu bez wchodzenia na konsolę?
['gcloud init' już nie przyjmuje argument * nazwa-projektu *) (https://cloud.google.com/sdk/gcloud/reference/init). Po prostu tworzy ogólną konfigurację dla bieżącego użytkownika, w tym uwierzytelnianie. – poolie