Closed afrancois closed 2 years ago
If you pull a fresh copy of cinder, Submodules will no longer download as the git: protocol is no longer supported. This chages the protocol used to https. You may need to do a git submodule sync to update the submodules.
git submodule sync
Thanks for this
If you pull a fresh copy of cinder, Submodules will no longer download as the git: protocol is no longer supported. This chages the protocol used to https. You may need to do a
git submodule sync
to update the submodules.