@alysson_lynch
There can be various reasons why git clone
may not be working with submodules. Here are a few possible issues and solutions:
If none of these solutions work, it might be helpful to provide more specific details on the error message or behavior observed during the git clone
command to identify the exact issue.
@alysson_lynch
Additionally, If you are still facing issues with 'git clone' and submodules, you can try the following troubleshooting steps:
1 2 |
git submodule foreach --recursive 'git clean -xfd' git submodule update --init --recursive |
1
|
export GIT_TRACE=1 |
By following these additional steps and troubleshooting suggestions, you may be able to identify and resolve the issue with 'git clone' not working with submodules.