git での接続先の切替え方 ― 2020年10月29日 12時19分16秒
その様なときは、.gitconfig ファイルに「insteadOf」で置換することが出来る。
上記には、https で接続を試みるところを ssh に置き換えて接続する例。
# Enforce SSH
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/
[url "ssh://git@bitbucket.org/"]
insteadOf = https://bitbucket.org/
最近のコメント