I'm trying to remove a single submodule from the repository. After submodule was removed from .gitmodule I started getting an exception message fatal: No url found for submodule path
Output of git status is
On branch task/My-task
Your branch is up to date with origin/task/My-task
.gitmodules content is
[submodule "MySubmodule"]
    path = MySubmodule
    url = ../MySubmodule.git
 
    