👏

【submodule】httpからsshに変更する作業

2021/10/29に公開

やりかた

.git/configを修正

https の url を ssh に変更する

[submodule "xxx"]
	active = true
	url = https:xxxx

sync をたたく

git submodule sync

git sumodule update できる

git submodule update

refs

https://rcmdnk.com/blog/2016/12/28/computer-git/

Discussion