git submoduleのssh-http接続を変更する#
-
.gitmodules
のurlを変更
[submodule "src/common"] path = src/submodule url = https~~~~
-
git submodule sync
を実行
.gitmodules
のurlを変更
[submodule "src/common"]
path = src/submodule
url = https~~~~
git submodule sync
を実行