~/.ssh/configの内容
--
Host github.com-1
User git
Hostname github.com
IdentityFile xxx/id_rsa
Host github.com-2
User git
Hostname github.com
IdentityFile yyy/id_rsa
--
それぞれ、以下のような形でremoteをaddする。
git remote add origin git@github.com-1:XXX/test.git
git remote add origin git@github.com-2:YYY/test.git
No comments:
Post a Comment