0
あなたがそのようなプロジェクトを受け取った場合、あなたはサブモジュールが含まれているディレクトリを取得しますが、ファイルのどれもが、まだ
私は--recursiveフラグとそれをクローン化し、 (?)
$ git clone --recursive git://path/to/repo.git
$ git submodule init
$ git submodule update
しかし、私はディレクトリを取得しません。 .gitmoduleファイルがあります。
.gitmodule内容:
[submodule "Alamofire"]
path = Alamofire
url = https://github.com/Alamofire/Alamofire.git
私は[OK]を、それは愚かなことだgitのバージョン2.11.0
あなたは[再帰的なGitのクローン](https://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules)をしましたか? –
ああ、私はそれをしました。私は質問を更新しました。 –
メインのレポは公開されていますか?そうであれば、URLを共有できますか? –