繁体   English   中英

Bitbucket克隆私人git存储库

[英]Bitbucket cloning private git repository

我想在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还是可以获得之前安装的旧密钥? 如果是这样,我怎么能得到它?

如果您没有可用的私钥副本,则必须生成一个新密钥并将其与您的帐户相关联。 没有办法让私钥回来,这就是让他们私密的原因。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM