我正在使用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。