多个GitHub帐户&SSH Config
我在获得两个不同的SSH密钥/GitHub帐户时遇到了一些困难。我有以下设置:
从一个帐户访问的repos使用git@github.com:accountname
git@github.com:accountname
从另一个帐户访问的repos使用git@github.com:anotheraccount
git@github.com:anotheraccount
每个帐户都有自己的SSH密钥。两个SSH键都已经添加,我已经创建了一个配置文件。不过,我不相信配置文件是正确的。我不太确定如何指定使用git@github.com:accountname应使用id_rsa和git@github.com:anotheraccount应使用id_rsa_anotheraccount.
id_rsa
id_rsa_anotheraccount
相关分类