【发布时间】:2018-04-02 10:21:14
【问题描述】:
我已经使用命令ssh keygen 创建了 ssh 密钥,并将公钥添加到我的 bitbucket 帐户,然后我也将密钥添加到了 ssh 代理,但是当我尝试使用 sourceTree 从 bitbucket 克隆 repo 时,我收到以下错误。
Error: FATAL ERROR: Disconnected: No supported authentication methods available (server sent: publickey)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我知道这是一个重复的问题,但这些解决方案对我不起作用,所以请帮忙。
【问题讨论】:
标签: bitbucket atlassian-sourcetree ssh-keys