Is it possible to configure USE_GITHUB to download submodules during fetch? Submodule directories in the GitHub code checked out by USE_GITHUB are empty, which causes an error.
The upstream project initializes the submodules like so
after checking out a particular revision.
The upstream project initializes the submodules like so
Bash:
git submodule update --init