您的位置:首页 > 游戏 > 游戏 > 如何解决git@github.com: Permission denied (publickey)异常

如何解决git@github.com: Permission denied (publickey)异常

2024/12/23 16:32:14 来源:https://blog.csdn.net/qq_42886163/article/details/141461613  浏览:    关键词:如何解决git@github.com: Permission denied (publickey)异常

如何解决git@github.com: Permission denied异常

  • 一、错误信息描述
  • 二、解决办法
    • 2.1、获取本地SSH Key
    • 2.2、将本地的SSH Key添加到github

一、错误信息描述

在这里插入图片描述

git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

原因:
权限被拒绝(公钥)。致命错误:无法从远程存储库读取。请确保您具有正确的访问权限并且存储库存在。

二、解决办法

2.1、获取本地SSH Key

  • 先执行ssh-keygen -t rsa -C ‘your-emailXXXX@example.com’, 看本地是否存在ssh key
    在这里插入图片描述
  • 若本地存在,直接执行cat ~/.ssh/id_rsa.pub 获取,执行命令后如下
    在这里插入图片描述

2.2、将本地的SSH Key添加到github

在这里插入图片描述
在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com