Open cgmcintyr opened 5 years ago
One fix for this is to change the ignore
setting in .gitmodules
to all
:
[submodule "otp"]
path = otp
url = https://github.com/erlang/otp
ignore = all
This means you have to explicitly git add otp
to add submodule changes to a commit - avoiding accidentally committing a submodule change.
Seems a similar problem to #34
When I run
git submodule update --init -depth 1
I get the following error: