Git error: “Please make sure you have the correct access rights and the repository exists”

后端 未结 27 965
面向向阳花
面向向阳花 2020-12-12 14:49

I am using TortoiseGit on Windows. When I am trying to Clone from the context menu of the standard Windows Explorer, I get this error:

Please make sur

27条回答
  •  遥遥无期
    2020-12-12 15:06

    Adding ssh key worked for me. You can create ssh key with ssh-keygen command on mac. You should be able to see Deploy keys menu on YourRepository>Settings don't forget to check Allow write access option.

    deploy keys menu screenshot

提交回复
热议问题