我想在bitbucket
上克隆私有git存储库,但我的工作站上还没有ssh-key
。当我尝试克隆时,我得到以下内容:
Cloning into 'notdefinedyet'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我必须生成一个新的ssh-key
,还是可以获得之前安装的旧密钥?如果是这样,我怎么能得到它?
答案 0 :(得分:1)
如果您没有可用的私钥副本,则必须生成一个新密钥并将其与您的帐户相关联。没有办法让私钥回来,这就是让他们私密的原因。