5

我是 BitBucket 和 SourceTree 的新手,我尝试将我的 Rep. in SourceTree for windows with Git 推送到 BitBucket 但它给了我这个错误:

conq: repository access denied. access via a deployment key is read-only.

fatal: Could not read from remote repository.

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

我通过我的公钥在 BitBucket 中设置了一个部署密钥,并且 ssh 密钥代理正在使用我的私钥运行。我有所有者访问权限。我想我错过了导致此错误的配置,有什么建议吗?

4

2 回答 2

8

确保您没有在 Bitbucket 存储库设置的“部署密钥”下添加 SSH 密钥。您需要做的是在“管理帐户”(单击您的头像)>“SSH 密钥”下添加 SSH 密钥。这里解释了

于 2014-12-12T14:59:29.270 回答
0

不要创建部署密钥,转到管理帐户并单击 ssh 密钥然后添加您的密钥

于 2014-12-02T19:16:42.783 回答