[submodule] http에서 ssh로 변경된 작업

709 단어 GitSSHsubmoduletech

방법


수정.git/config


https의 URL을 ssh로 변경
[submodule "xxx"]
	active = true
	url = https:xxxx

sync를 치다


git submodule sync

git sumodule 업데이트 가능


git submodule update

refs


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

좋은 웹페이지 즐겨찾기