公钥 已经被使用 (SSH Key 不允许重复添加) 指纹 已经被使用

今天用git拉代码突然提示没有权限

再次尝试 需要输入账号和密码

于是想到了配置ssh公钥来解决

但是在码云上配置却报 公钥 已经被使用 (SSH Key 不允许重复添加) 指纹 已经被使用

那么怎么来解决呢

可以看官网文档 重新生成

https://gitee.com/profile/sshkeys

ssh-keygen -t rsa -C "******@qq.com"

 cat ~/.ssh/id_rsa.pub

猜你喜欢

转载自blog.csdn.net/resilient/article/details/83029817