Error:No url found for submodule path 'meson' in .gitmodules
Closed this issue · 1 comments
NumbNutN commented
Current Behavior
I've got a problem when trying to pull sub-module content from the repo to local
$ git submodule update --init
Then I got error like:
fatal: No url found for submodule path 'meson' in .gitmodules
Failure Information (for bugs)
It seems that the path "./meson" is considered a submodule by git,
but the file .gitmodules doesn't have any record of it
phillipjohnston commented
Thank you for the report!