submoduleをcloneする
clone時
recursive を付与
$ git clone --recursive git://github.com/foo/bar.git 既にcloneしている
$ git submodule update --init --recursive This post is licensed under CC BY 4.0 by the author.
recursive を付与
$ git clone --recursive git://github.com/foo/bar.git $ git submodule update --init --recursive