我在Windows上使用TortoiseGit。当我尝试从标准Windows资源管理器的上下文菜单中克隆时,出现以下错误:
更准确地说,终端的快照如下:
我应该怎么做才能使git正常工作?
最佳答案
您的git URL可能已更改。使用以下命令在本地目录中更改URL
git remote set-url origin git@yourGitUrlHere
关于git - Git错误: “Please make sure you have the correct access rights and the repository exists”,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/25927914/