码云出现git@gitee.com: Permission denied (publickey)
Posted donaldworld
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了码云出现git@gitee.com: Permission denied (publickey)相关的知识,希望对你有一定的参考价值。
官方解决文档:
http://git.mydoc.io/?t=154712
1)、重新生成ssh
ssh-keygen -t rsa -C “你的邮箱”
2)、查看你的 public key
cat ~/.ssh/id_rsa.pub
3)、将它添加到码云,添加地址 https://gitee.com/profile/sshkeys
4)、终端输入
ssh -T git@gitee.com
5)、出现 Hi ***** 就完成啦~
以上是关于码云出现git@gitee.com: Permission denied (publickey)的主要内容,如果未能解决你的问题,请参考以下文章
码云出现错误git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. P
Android studio 提交gitee报错Git@gitee.com: Permission denied (publickey)
Android studio 提交gitee报错Git@gitee.com: Permission denied (publickey)
Android studio 提交gitee报错Git@gitee.com: Permission denied (publickey)
git@gitee.com: Permission denied (publickey).报错解决
Git错误:error:failed to push some refs to 'git@gitee.com:name/project.git'