GitHub出现问题:Please make sure you have the correct access rights and the repository exists。
原因:公钥出问题了,要先设置用户和邮箱再重新生成ssh公钥即可。
1. 删除.ssh文件夹(直接搜索该文件夹)下的known_hosts
2.打开Git Bash输入:ssh-keygen -t rsa -C "username" (注:username为你git上的用户名),
如果执行成功。返回的是:
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/username/.ssh/id_rsa): //这里的username是电脑上的用户名,这个地址也是文件的存储地址
3.直接按回车
如果你以前有存储地址会返回/Users/your username/.ssh/id_rsa already exists.Overwrite (y/n)?