我在github和bitbucket有回购。
首先,我想在bb和gh中使用相同的公钥,但没有运气。
所以我创建了另一个公钥,我的.ssh / config文件看起来像这样:
Host bb
HostName bitbucket.org
User hg
PreferredAuthentications publickey
IdentityFile C:/Documents and Settings/Marek/.ssh/bb
Host github
HostName github.com
User git
PreferredAuthentications publickey
IdentityFile C:/Documents and Settings/Marek/.ssh/id_rsa
bb.pub用于bitbucket。我将密钥从这个文件粘贴到bitbucket。
我还有
权限被拒绝(公钥)
当我试图推动我的初始提交。有人可以帮忙吗?
救命