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.
Unable to clone repository due to missing submodule
Hi,
I tried cloning the repository with recursive submodules:
The main repository clones successfully, but the process fails when Git attempts to fetch the
services-adaptersubmodule.Error:
The
.gitmodulesfile currently contains:Could you check if the repository was moved, renamed, or made private?
Thanks.