SSH is looking in the wrong place for the public/private key pair on Windows

后端 未结 7 702
眼角桃花
眼角桃花 2020-12-04 18:19

I\'m trying to configure GIT on my Windows XP machine, but SSH keeps creating and looking for the public/private key pair in non-sensical places, e.g. /.ssh/id_rsa

I

7条回答
  •  有刺的猬
    2020-12-04 18:29

    On Windows 7 Just Place your Private Key ( id_rsa ) inside C:\Users\.ssh FOLDER If .ssh Folder doesnt exist just create it. Download GIT for Windows, cd into your Project Directory and do git clone ssh://@/.git

提交回复
热议问题