【发布时间】: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