Windows添加多個github ssh秘鑰域名映射
# 在用戶目錄下的.ssh目錄下面
# 例如:C:\Users\dev\.ssh
Host github.com
HostName github.com
PreferredAuthentications publickey
User git
IdentityFile C:/Users/dev/.ssh/id_rsa
Host github2
HostName github.com
PreferredAuthentications publickey
User git
IdentityFile C:/Users/dev/.ssh/my_hub
浙公網安備 33010602011771號