Config default ssh key for git

226 阅读1分钟

git config core.sshCommand "ssh -i ~/.ssh/id_rsa -o 'IdentitiesOnly yes'" --global