今天准备上传码云,然后报错
码云(Gitee.com)帮助文档_V1.2
查看官方文档
重新生成ssh
ssh-keygen -t rsa -C “xxxxx@xxxxx.com”
查看你的 public key
cat ~/.ssh/id_rsa.pub
(以ssh-rsa 开头,以账号的注册邮箱结尾的)
将它添加到码云,添加地址 https://gitee.com/profile/sshkeys
终端输入
ssh -T git@gitee.com

今天准备上传码云,然后报错
码云(Gitee.com)帮助文档_V1.2
查看官方文档
重新生成ssh
ssh-keygen -t rsa -C “xxxxx@xxxxx.com”
查看你的 public key
cat ~/.ssh/id_rsa.pub
(以ssh-rsa 开头,以账号的注册邮箱结尾的)
将它添加到码云,添加地址 https://gitee.com/profile/sshkeys
终端输入
ssh -T git@gitee.com