1. git@github.com: Permission denied (publickey).
错误 13:43 Clone failed Warning: Permanently added the RSA host key for IP address ‘xxx.xxx.xxx.xxx’ to the list of known hosts. git@github.com: Permission denied (publickey). Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 处理参考1:setting —> version Control —> github/gitee —>
- clone git repositories using ssh
change to
- clone git repositories using ssh
处理参考2: 用到的命令:ssh-keygen -t rsa -C “你的github邮件账号如abc@163.com” 一直下一步 完成命令在:c:/user/你的用户名/目录下生成.shh文件夹下会生成三个文件 打开其中的 id_rsa.pub 将内容复制到 github 账户设置 -> shh and gpg key 中去