Git can't find .ssh

后端 未结 5 2072
一整个雨季
一整个雨季 2021-02-08 08:46

Problem using msysgit on Windows; it can\'t find .ssh/id_rsa, even though it is present where it should be.

I verified that\'s the problem with ssh -v git@github.com; th

5条回答
  •  渐次进展
    2021-02-08 08:58

    Oddly msysgit has it's own .ssh directory:

    C:\Program Files (x86)\Git\.ssh

    Placing your ssh key there should work. It solved the problem for me

提交回复
热议问题