微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

gitWarning: Permanently added the ECDSA host key for IP address '212.64.62.174' to the l

git上传代码,输入git push -u origin master后报错

Warning: Permanently added the ECDSA host key for IP address '212.64.62.174' to the list of kNown hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights

输入git config receive.denyCurrentBranch ignore后  git push -u origin master出现

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists

 

用命令cd ~/.ssh 和ls查看

PS E:\Angular-test-demo\dist> cd ~/.ssh
PS C:\Users\zx\.ssh> ls

 

不存在,ssh-keygen -t rsa -C "youremail@example.com"来生成 

若存在‘去C:\Users\Administrator\.ssh中找到公钥复制后去码云中配置完就好了

 

 用ssh -T git@gitee.com命令查看成功(github用ssh -T git@github.com查看)

 

 

 

 

 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐