Git Please make sure you have the correct access rights and the repository exists.错误及解决办法
出现问题原因:
git服务器没有发现存储本地的ssh**。
解决办法:
1.删除C:\Users\hhh.ssh文件
2.打开bash.exe输入命令ssh-****** -t rsa -C “username” (注:username为你git登录的用户名)
4.然后一直按回车,运行完成时候会在C:\Users\hhh.ssh下生成id_rsa.pub,打开文件,复制到公钥中去就可以了
Git提交本地分支到远程是提示Please make sure you have the correct access rights and the repository exists.错误,

相关文章:

  • 2021-09-23
  • 2021-06-25
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2021-08-12
  • 2021-06-20
  • 2022-12-23
  • 2021-04-01
  • 2021-08-20
  • 2021-12-17
相关资源
相似解决方案