【已解决】git@github.com: Permission denied (publickey).处理git 无权限访问问题

解决思路

分析

git@github.com: Permission denied (publickey).

fatal: Could not read from remote repository.

意译:权限拒绝(公开密钥),后果:无法读远程仓库。

人话:GitHub设置里面的公钥没有配置或者和本地的私钥不匹配。

处理方案及步骤

1、打开命令提示符

输入如下指令,生成SSH KEY

bash 复制代码
ssh-keygen -t rsa -C "youremail@example.com"

一路确定

2、复制公钥内容

根据公钥地址找到公钥,复制公钥。

3、设置公钥

GitHub个人账户【setting】设置【SSH KEY】

4、clone仓库代码
bash 复制代码
git clone git@github.com:xxx/xxx.git

文章参考:跳转

相关推荐
但老师1 小时前
Git遇到“fatal: bad object refs/heads/master - 副本”问题的解决办法
git
秃头女孩y1 小时前
git创建分支
git
研究是为了理解6 小时前
Git Bash 常用命令
git·elasticsearch·bash
DKPT6 小时前
Git 的基本概念和使用方式
git
Winston Wood9 小时前
一文了解git TAG
git·版本控制
喵喵先森10 小时前
Git 的基本概念和使用方式
git·源代码管理
王解11 小时前
Jest项目实战(4):将工具库顺利迁移到GitHub的完整指南
单元测试·github
油泼辣子多加11 小时前
2024年11月4日Github流行趋势
github
xianwu54311 小时前
反向代理模块
linux·开发语言·网络·git
梓羽玩Python12 小时前
推荐一款用了5年的全能下载神器:Motrix!全平台支持,不限速下载网盘文件就靠它!
程序员·开源·github