Description
While attempting to initialize the submodules for the project, I encountered an issue where two submodules (src/vendor/soundtouch and src/vendor/sbsms) are pointing to non-existent or inaccessible repositories. The relative paths in the .gitmodules file seem incorrect, or the repositories might be missing from the parent location.
To Reproduce
- Clone the repository: git clone
- Initialize submodules: git submodule update --init --recursive
- Observe the error output.
Expected behavior
The submodules should initialize successfully, downloading the required repositories into the appropriate paths.
Actual Behavior
The submodules should initialize successfully, downloading the required repositories into the appropriate paths.
Description
While attempting to initialize the submodules for the project, I encountered an issue where two submodules (src/vendor/soundtouch and src/vendor/sbsms) are pointing to non-existent or inaccessible repositories. The relative paths in the .gitmodules file seem incorrect, or the repositories might be missing from the parent location.
To Reproduce
Expected behavior
The submodules should initialize successfully, downloading the required repositories into the appropriate paths.
Actual Behavior
The submodules should initialize successfully, downloading the required repositories into the appropriate paths.