当前位置:网站首页>Please make sure you have the correct access rights and the repository exists.问题解决
Please make sure you have the correct access rights and the repository exists.问题解决
2022-08-02 14:09:00 【N.S.N】
Permission denied (publickey).
fatal: Could not read from remote repository.
是公钥出问题了,要先设置用户和邮箱再重新生成ssh公钥即可。
1.首先我得重新在git设置一下身份的名字和邮箱 进入到需要提交的文件夹底下(因为直接打开git Bash,在没有路径的情况下,根本没!法!改!刚使用git时遇到的坑。。。)
git config --global user.name “yourname”
git config --global user.email “[email protected]”
注:yourname是你要设置的名字,[email protected]是你要设置的邮箱。
2.删除 .ssh 文件夹【C:\Users(本地用户名).ssh】 中的 known_hosts(直接删除即可)
3.在下载好的Git中的bin目录下(一般是 C:\Program Files\Git\bin)打开bash.exe输入命令
$ ssh-keygen -t rsa -C “[email protected]”(请填你设置的邮箱地址)
如果执行成功。返回:
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/your_user_directory/.ssh/id_rsa):
如果以前有存储地址会返回/Users/your username/.ssh/id_rsa already exists.Overwrite (y/n)?直接输入y回车。
如果以前没有储存地址就会出现Enter passphrase(empty for no passphrase);也直接回车,
两种情况回车后都会出现 Enter same passphrase again 然后接着回车会显示
The key’s randomart image is:
±–[RSA 2048]----+
| .o== oo+.o.oo. |
|…+=++…O =… . |
|.o.+oo+.B o o o |
| o…o.o . o |
| o…S o |
| . . o… |
| . . o o |
|. . + |
|oE .o . |
±—[SHA256]-----+
4.然后找到系统自动在.ssh文件夹下生成两个文件,id_rsa和id_rsa.pub,用记事本打开id_rsa.pub将全部的内容复制。
5.打开https://github.com/,登陆账户,进入设置(Settings)找到
6.然后将你复制的内容粘贴到key中 再点击Add SSH Key
7.仍然在bash.exe中输入ssh -T [email protected]然后会跳出一堆内容你只需输入yes回车就完事了,然后他会提示你成功了。
边栏推荐
猜你喜欢
FP5139电池与适配器供电DC-DC隔离升降压电路反激电路电荷泵电路原理图
CS4398音频解码替代芯片DP4398完全兼容DAC解码
Impressions of Embrace Jetpack
没学好统计学的下场
Binder机制(中篇)
ConstraintLayout from entry to abandonment
【使用Pytorch实现VGG16网络模型】
The problem that UIWindow's makeKeyAndVisible does not call viewDidLoad of rootviewController
基于51单片机和物联网的智能家居系统(ESP8266物联网模块)
FP7195芯片PWM转模拟调光至0.1%低亮度时恒流一致性的控制原理
随机推荐
可以拖拽的ViewGroup,仿微信拖拽缩放关闭
基于51单片机和物联网的智能家居系统(ESP8266物联网模块)
Impressions of Embrace Jetpack
define #使用
LLVM系列第七章:函数参数Function Arguments
没学好统计学的下场
FP7128内置MOS降压恒流调光深度0.01%高辉共阳调光方案
DP4344兼容CS4344-DA转换器
IllegalStateException: Room cannot verify the data integrity. Looks like you've changed schema but
HAL框架
LORA芯片ASR6505无线远距离传输8位MCU
LLVM系列第三章:函数Function
CI24R1小模块2.4G收发模块无线通信低成本兼容si24r1/XN297超低功耗
投资组合理论的简单介绍
刷卡芯片CI520可直接PIN对PIN替换CV520支持SPI通讯接口
针对多轮推理分类问题的软标签构造方法
Handler你真的搞懂了吗?
Seq2Seq模型PyTorch版本
内存申请(malloc)和释放(free)之下篇
2020-02-06-快速搭建个人博客