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

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

    add these lines to your .get/config file (thanks to @kovshenin answer Git Pull: Change Authentication) :

    [credential]
        helper = wincred
    

提交回复
热议问题