No url found for submodule path - this issue apperas when repsository is using files cloned from another repository but has had no mapping reference to the source repository created for it.

To create the mapping reference, enter the following into .gitmodules file:

[submodule "path_to_submodule"] 
  path = path_to_submodule 
  url = git://url-of-source/

Before pushing fix for the current submodule mapping issue, we can check to ensure that no more exist by running the following command locally:

git submodule status

To remove submodules from the repository run command:

git rm --cached path_to_submodule

My site is free of ads and trackers. Was this post helpful to you? Why not BuyMeACoffee