Google Developers Console を使用して Chrome 拡張機能のプロジェクトをセットアップしています。問題なく Google Cloud SDK をインストールしましたgcloud init my-extension-111
が、拡張機能のフォルダーで実行しようとすると、次のエラー メッセージが表示されます。
Initialized gcloud directory in [C:\_Projects\my-extension-111\.gcloud].
Cloning [https://source.developers.google.com/p/my-extension-111/r/default] into [default].
ERROR: Unable to initialize project [my-extension-111], cleaning up [C:\_Projects\my-extension-111].
ERROR: <gcloud.init> Cannot find git. PLease install git and try again.
You can find git installers at [http://git-scm.com/downloads], or use
your favorite package manager to install it on your computer.
git init
これは、コンピューターに何年もの間 git をインストールしており、拡張機能のフォルダーにある git bash から実行したこともあるため、私には意味がありません。ソースを GCloud にアップロードできるように、誰かがこのエラーを修正するのを手伝ってくれませんか? 前もって感謝します。