Please make sure you have the correct access rights and the repository exist

今天从githup上面拉取代码,git工具报了这个错。
其实是githup账号ssh key的问题
首先先到自己电脑的如下路径看看有没有ssh key,如果有的话将id_rsa.pub用文本编辑器打开,复制出里面的内容
Please make sure you have the correct access rights and the repository exist
然后登陆你的githup账号
Please make sure you have the correct access rights and the repository exist
然后new ssh key ,将刚才复制的内容,粘贴出来
Please make sure you have the correct access rights and the repository exist