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

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

    For me i was having issue with company VPN, after disconnecting working fine.

    Check connection with github using command ssh -vvvT git@github.com

提交回复
热议问题