既存の Google Developers Console (GDC) プロジェクトの組み込み git リポジトリにアクセスしようとしています。GDC では、-SOURCE CODE-Releases の下に git リポジトリが表示されます。私は公式の gcloud インストール手順に従いました:
gcloud auth login /* pulls up browser and does authentication just fine */
gcloud config set project <project>
gcloud init <project>
後者は常に次の結果になります (実際のプロジェクト名を「fishbone」に置き換えます)。
$gcloud init fishbone
Initialized gcloud directory in [/Users/dummy/Workspace/fishbone/.gcloud].
Cloning [https://source.developers.google.com/p/fishbone/r/default] into [default].
Initialized empty Git repository in /Users/dummy/Workspace/fishbone/default/.git/
fatal: remote error: Invalid username/password.
You may need to use your OAuth token password; Note that generated google.com passwords are not compatible with private repositories
ERROR: Unable to initialize project [fishbone], cleaning up [/Users/dummy/Workspace/fishbone].
ERROR: (gcloud.init) Could not fetch repository.
SDK の最初のインストール時 (複数回再試行) にのみ、gcloud init がユーザー名を要求したことを覚えています。この後二度と。Mac OS X 10.9.3 および:
$git --version
$git version 1.8.5.2 (Apple Git-48)
この関連する gcloud init issueは認識していますが、これではありません。大変助かります。