Skip to content

Unable to clone repository due to missing submodule #214

Description

Unable to clone repository due to missing submodule

Hi,

I tried cloning the repository with recursive submodules:

git clone --recursive https://github.com/MafiaHub/Framework.git

The main repository clones successfully, but the process fails when Git attempts to fetch the services-adapter submodule.

Error:

remote: Repository not found.
fatal: repository 'https://github.com/MafiaHub/services-adapter/' not found

The .gitmodules file currently contains:

[submodule "services-adapter"]
    path = code/framework/src/services/src
    url = https://github.com/MafiaHub/services-adapter

Could you check if the repository was moved, renamed, or made private?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions