官方解决文档:
1)、重新生成ssh
ssh-keygen -t rsa -C “[email protected]”
2)、查看你的 public key
cat ~/.ssh/id_rsa.pub
(以ssh-rsa 开头,以账号的注册邮箱结尾的)
标签:git,Permission,rsa,gitee,码云,ssh,com From: https://www.cnblogs.com/li-xiaotian/p/16930540.html3)、将它添加到码云,添加地址 https://gitee.com/profile/sshkeys