ssh config 文件不起作用的问题

If you use "Git for Windows"

>cd c:\Program Files\Git\etc\ssh\

add to ssh_config following:

AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_rsa_test

ps. you need ssh version >= 7.2 (date of release 2016-02-28)

 

https://stackoverflow.com/questions/26266778/ssh-config-file-for-windows-git

你可能感兴趣的:(开发相关)