flint という gce コンソールでプロジェクトを作成しました。
次に、セクション Initializing projects and setup push-to-deployのhttps://cloud.google.com/sdk/gcloud/に従って、ローカルで git リポジトリを初期化しようとしまし た。
これにより、次のエラーが発生しました
$ gcloud init flint
Initialized gcloud directory in [~/flint/.gcloud].
Unable to fetch repository URL. Guessing the URL, but if your
project uses repo-sync then the cloned repository may be read-only.
Cloning [https://source.developers.google.com/p/flint/r/default] into [default].
Cloning into '~/flint/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/flint/r/default', '~/flint/default', '--config', 'credential.helper=gcloud.sh']' returned non-zero exit status 128
ERROR: Unable to initialize project [flint], cleaning up [~/flint].
ERROR: (gcloud.init) Unable to initialize project [flint].