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
4670

被折叠的 条评论
为什么被折叠?



