第一步 重新生成ssh
ssh-****** -t rsa -C “这个是邮箱。我填写的是我的绑定主邮箱。我想其他邮箱也是可以的,只不过我没有测试。@paifuture.com.cn”
码云出现错误[email protected]: Permission denied (publickey). fatal: Could not read from remote repository. P
第二步
查看你生成的公钥
cat ~/.ssh/id_rsa.pub
码云出现错误[email protected]: Permission denied (publickey). fatal: Could not read from remote repository. P然后我们就可以看到我们的公钥。以你之前生成ssh邮箱结尾的。ssh-rsa开头的
之后我们需要绑定公钥
第三步
在个人设置里面找到ssh公钥。复制之前生成的,再黏贴添加即可
码云出现错误[email protected]: Permission denied (publickey). fatal: Could not read from remote repository. P
最后输入ssh -T [email protected] 即可
码云出现错误[email protected]: Permission denied (publickey). fatal: Could not read from remote repository. P

相关文章:

  • 2021-12-08
  • 2022-12-23
  • 2021-09-23
  • 2021-10-23
  • 2022-12-23
  • 2021-05-12
  • 2022-12-23
猜你喜欢
  • 2021-04-10
  • 2021-05-10
  • 2021-07-10
  • 2021-04-01
相关资源
相似解决方案