Answers for "fatal: could not lookup name for submodule"

0

fatal: could not lookup name for submodule

git rm --cached [submodule-name]
or 
git rm --cached [path]

for example 
git rm --cached docroot/vendor/nodespark/des-connector
Posted by: Guest on March-19-2021

Code answers related to "fatal: could not lookup name for submodule"

Browse Popular Code Answers by Language