submódulos de clone após clone
# If you cloned without submodules, run this to update all submodules
git submodule update --init
AskJeeves
# If you cloned without submodules, run this to update all submodules
git submodule update --init
# This will clone a repo with all submodules included
git clone --recurse-submodules
git clone --recurse-submodules