Skip to content

.gitconfig url

deptno edited this page May 31, 2023 · 2 revisions
git config --global --add url."git@github.com:".insteadOf "https://github.com/"

아니면 파일에 직접 넣는다.

[url "git@github.com:"]
  insteadOf = https://github.com/

경험상 리붓 후에 적용되었다. (??)

releated

Clone this wiki locally