別のgitリポジトリを含むサブモジュールをプロジェクトに追加しています。
私が実行したモジュールを取得するには:
git submodule add git://github.com/biakaveron/debug-toolbar.git modules/debug-toolbar
次に実行しました:
git submodule update --init --recursive
このエラーを生成したのは次のとおりです。
fatal: Not a git repository: ../../../../../../..//d/websites/project/.git/modules/modules/debug-toolbar/modules/vendor/firephp
Failed to recurse into submodule path 'modules/debug-toolbar'
私は以前に同様の問題に遭遇しました。git clone --recursive project.git
以前は、サブモジュールを追加してから、機能する再帰フラグ( )を使用してプロジェクトを再クローンしました。ただし、そもそもサブモジュールを再帰的にプルすることができれば、より簡単になります。これを行う方法はありますか?