Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
github からコードをチェックアウトしました。次に、[バージョン管理] > [バージョン管理統合を有効にする] に移動しました。git を選択しました。その後、「無効な git root」というエラーが表示されます。このエラーが発生するのはなぜですか?
msysgit 1.7.1 と phpstorm 2.1 を使用しています。
サブモジュールは関係していますか?これが通常、このエラーが表示される理由です。コマンドラインから、それが問題であるかどうかを確認できます。
git submodule update --init --recursive
お役に立てれば。