解决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 

请确保您具有正确的访问权限并且存储库存在

解决Please make sure you have the correct access rights and the repository exists 问题._第1张图片

 

原因:

公钥出问题了,需要删除.ssh下文件,然后重设置用户名和邮箱再重新生成ssh公钥即可解决

 

解决:

步骤一:删除.ssh下所有所有文件

解决Please make sure you have the correct access rights and the repository exists 问题._第2张图片

 

步骤二:

解决Please make sure you have the correct access rights and the repository exists 问题._第3张图片

1.设置用户名

git config --global user.name ‘zhandehuang’

2.设置用户名邮箱

git config --global user.email [email protected]

3.查看设置

git config --list

解决Please make sure you have the correct access rights and the repository exists 问题._第4张图片

 

 

然后继续输入命令:修改后面的邮箱即可

ssh-keygen -t rsa -C "[email protected]"

解决Please make sure you have the correct access rights and the repository exists 问题._第5张图片

 

  • 配置:github

解决Please make sure you have the correct access rights and the repository exists 问题._第6张图片

 

  • 配置SSH

解决Please make sure you have the correct access rights and the repository exists 问题._第7张图片

 

  • 完成

解决Please make sure you have the correct access rights and the repository exists 问题._第8张图片

 

 

 

然后再重新去试试提交,问题也就迎刃而解了~~

 

 

 

看完恭喜你,又知道了一点点!!!

你知道的越多,不知道的越多! 

~感谢志同道合的你阅读,  你的支持是我学习的最大动力 ! 加油 ,陌生人一起努力,共勉!!

注: 如果本篇有需要改进的地方或错误,欢迎大神们指定一二~~

你可能感兴趣的:(Git,java,ssh,git,github,linux)