将Nitrous.io连接到Bitbucket Git SSH公钥

时间:2014-01-10 19:33:06

标签: git ssh bitbucket public-key nitrousio

我无法将我的Bitbucket git repos连接到Nitrous.io。这是我得到的错误:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

起初我以为你必须让你的计算机公钥在Nitrous和Bitbucket连接它们,但这不起作用。我错过了什么?

1 个答案:

答案 0 :(得分:23)

您所要做的就是:

转到您的氮气盒(IDE或终端),然后运行:

cat ~/.ssh/id_rsa.pub

将显示 Nitrous SSH公钥(不是您计算机的公钥,而是该公钥的公钥)。

转到Bitbucket>我的帐户> SSH密钥并粘贴Nitrous密钥。确保将其命名为Nitrous或类似名称,以便您知道以后的密钥。然后你的回购将很好地连接。