gitclone出现问题Please make sure you have the correct access rights and the repository exists.
公钥出了问题,重新设置邮箱和公钥即可。

1、进入你要提交的文件夹下,打开git bash,输入

git config --global user.name “yourname”

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

gitclone出现问题Please make sure you have the correct access rights and the repository exists.2、删除.ssh文件夹下的know_host文件
gitclone出现问题Please make sure you have the correct access rights and the repository exists.3、重新生成**
输入ssh-****** -t rsa -C “BOSS-xu”
gitclone出现问题Please make sure you have the correct access rights and the repository exists.这说明SSH key就已经生成了。文件目录是:C:\Users\BOSS.ssh\id_rsa.pub.
gitclone出现问题Please make sure you have the correct access rights and the repository exists.4、登录自己的github账号,在setting中将id_rsa.pub中的所有内容粘贴进去
gitclone出现问题Please make sure you have the correct access rights and the repository exists.到这一步问题就已经解决了。
若还有其他问题欢迎提问交流

相关文章:

  • 2021-06-25
  • 2022-12-23
  • 2021-11-22
  • 2021-12-25
  • 2021-07-02
  • 2021-10-06
  • 2021-07-30
猜你喜欢
  • 2021-12-17
  • 2021-09-23
  • 2021-04-01
相关资源
相似解决方案