【问题标题】:Clone bitbucket repo to local machine failed将 bitbucket 存储库克隆到本地计算机失败
【发布时间】:2014-10-11 02:12:08
【问题描述】:

我正在尝试从 bitbucket 克隆我的存储库:

git clone git@bitbucket.org:myname/mynamerepo.git

并得到错误:

Cloning into 'folder_name'...
conq: repository access denied. deployment key is not associated with 
the requested repository.
fatal: Could not read from remote repository.

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

在我的笔记本电脑上安装了新的干净的 mac os 后,问题发生了。生成新的 ssh 密钥并将其添加到 bitbucket ssh 密钥中,但仍然没有成功。

帮助?

【问题讨论】:

    标签: git ssh terminal bitbucket


    【解决方案1】:

    重新启动系统并生成新密钥有帮助:-/

    【讨论】:

      【解决方案2】:

      也许this 可以帮助你。通过运行“ssh -v git@bitbucket.org”仔细检查您的客户提供的密钥是否与您的帐户相关联。

      【讨论】:

        猜你喜欢
        • 2019-01-01
        • 2020-12-13
        • 1970-01-01
        • 1970-01-01
        • 2022-08-23
        • 2016-05-01
        • 1970-01-01
        • 2015-09-02
        • 1970-01-01
        相关资源
        最近更新 更多