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

后端 未结 27 938
面向向阳花
面向向阳花 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:05

    The rsa.pub (i.e. public key generated), needs to be added on the github>> settings>>ssh keys page. Check that, you have not added this public key in the repository-settings >> deployment keys. If so, remove the entry from here and add to the first place mentioned.

    Setup of the pub-private keys in detail.

    It will work hence!

提交回复
热议问题