0
Bitbucketで2番目のアカウントを設定するだけで、最初のアカウントと同じように水銀で使用しています。私は指示hereに従ってきた、そしてので、私の~/.ssh/config
ファイルは次のようになります。今異なるIDを持つMercurialでBitBucketにSSHを実行できない
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
ForwardAgent yes
Host bitbucket.org
HostName bitbucket.org
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Host bitbucket.org
HostName bitbucket.org
PreferredAuthentications publickey
IdentityFile ~/.ssh/personal
、私は、ファイルの最初のアイデンティティを持つSSH、および第二のために私が取得することができます。
remote: conq: repository access denied.
abort: no suitable response from remote
config
ファイルの2つのアイデンティティを切り替えると、前にはできなかったものを使ってアクセスすることができ、その逆もあります。私は間違って何をしていますか?
[単一のhgリポジトリ用に複数のssh IDを設定するにはどうすればいいですか?](http://stackoverflow.com/questions/4833289/how-to-setup-multiple-ssh-identities-for-single-hg-リポジトリ) – Jakuje