git submodule update --init --recursive
add all submodules
git submodule update --init --recursive
# or
git submodule update --recursive
git submodule update --init --recursive
# If you use the --init option in older git versions, initialized submodules may not be updated.