github如何配置ssh - .爬行的蜗牛

1.问题:

Warning: Permanently added 'github.com' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

2.解析

没有SSHkey 需要使用git生成一个

  • 使用git
    右键 点击git bash here
    github如何配置ssh - .爬行的蜗牛

  • 进入后执行

ssh-keygen -t rsa -C "邮箱号@qq.com"

  • 一直回车即可
    github如何配置ssh - .爬行的蜗牛

  • Your public key has been saved in /c/Users/LENOVO/.ssh/id_rsa.pub
    这里告诉了你.ssh存放路径,找到 id_rsa.pub文件打开————>复制

  • 到github中添加新的SSH

    • 找到设置
      github如何配置ssh - .爬行的蜗牛

    github如何配置ssh - .爬行的蜗牛
    github如何配置ssh - .爬行的蜗牛

本文转自 https://www.cnblogs.com/ff-upday/p/14964726.html,如有侵权,请联系删除。

上一篇:升级OpenSSH版本(8.8版本)


下一篇:git 提交代码流程 .what to ask!1 冲突是本地,与使用线上的问题