Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题

首先查看下账号中有没有 将id_rsa.pub 秘钥放进去

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第1张图片

如果没有 则将id_rsa.pub 用记事本打开,并复制点击第三步 添加SSHkey

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第2张图片

详细步骤可以参考

https://blog.csdn.net/jingtingfengguo/article/details/51892864

当该网址不能够解决时,需要考虑两个问题:

1.管理员有没有把你的id_rsa.pub 更新。

如果不是上述前者

则需要看打开pageant 看看里面是否有数据。如果为空则需要按照以下步骤添加。(pageant 是系统自带的,搜索即可查到)

部分电脑会出现这样子的情况

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第3张图片

 

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第4张图片

1.打开PuTTYgen

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第5张图片Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第6张图片

 

2.选择file - load private key

并选中id_rsa

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第7张图片

3 点击save public key 保存

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第8张图片

名字随便,但文件格式后缀一定要是ppk文件

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第9张图片

4. 打开pageat 点击add key,选择刚刚所保存的ppk文件即可。

Please make sure you have the correct access rights and the repository exists.使用git时,会存在key问题_第10张图片

5.如此便完成了整个key添加的过程。随后去直接更新文件夹即可。

6.在更新过程中,如果 弹出一些合并或变基的请求,请点击合并,同时点击不在提示,那个没什么用的  合并就可以了。

 

 

你可能感兴趣的:(个人笔记,git,ssh,key,git请求问题)