Skip to content

Missing Submodules in Repository #54

Description

@abhinav4190

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

  1. Clone the repository: git clone
  2. Initialize submodules: git submodule update --init --recursive
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions