Summary
This error occurs when a mapping reference is missing from the parent repository for a submodule in a Git repo.
1
The mapping reference needs to be added to a .gitmodules file located in the root of the project repo.
1
The .gitmodules file should contain the URL of the submodule repository.
If the URL is not specified, the submodule will not be able to be cloned.
According to