Can't manage to load my private key with git extension

前端 未结 4 2043
既然无缘
既然无缘 2021-02-13 13:08

I\'ve been trying for the last 2 hours. I\'m using xp-dev as a git repository provider (because I\'m already paying and I have svn repo over there) I\'ve given xp-dev my public

4条回答
  •  余生分开走
    2021-02-13 13:36

    I had this issue because I generated a SSH key with ssh-keygen and tried to use it with GitExtensions which only understands OpenSSH keys.

    What you have to do is, from GitExtensions:

    • Tools > Putty > Generate or import key (A new window opens)
    • Conversions > Import key
    • Import your private key
    • Save private key
    • Type a file name like mykey.ppk

    You should now able to use this new .ppk file in GitExtensions!

提交回复
热议问题