git clone --recursive
You need to specify --recursive to get the submodules, otherwise the folders of submodules will be empty.
Collaborators won’t automatically see updates to submodules—if you update a submodule, you may need to remind your colleagues to run git submodule update or they will likely see odd behavior.