来自github的git clone原因:Permission denied(publickey)。致命的:无法读取远程存储库

时间:2018-01-28 09:53:58

标签: git github ssh

我正在使用Ubuntu,我想在使用ssh进行身份验证时克隆我的github存储库。 我使用以下命令生成了一个ssh密钥:

ssh-Keygen -t rsa -C “youEmail”

我还将~/.ssh/id_rsa.pub的争议添加到我的github ssh键。

当我使用ssh -T git@github.com测试此设置时,响应为Hi shouldnotappearcalm! You've successfully authenticated, but GitHub does not provide shell access.

当我尝试克隆我的存储库时,我得到了

Permission denied (publickey).
fatal: cannot read remote repository。

0 个答案:

没有答案