Saving ssh key fails

前端 未结 14 1340
予麋鹿
予麋鹿 2021-01-30 21:44

i just started a Git tutorial and I get to a deadend: I try to generate a rsa key part and it fails. I did this, in git bash:

ssh-keygen -t rsa -C \"myemail@myem         


        
14条回答
  •  天命终不由人
    2021-01-30 22:30

    I had the same issue. I had to provide the full path using Windows conventions. At this step:

    Enter file in which to save the key (/c/Users/Eva/.ssh/id_rsa):

    Provide the following value:

    c:\users\eva\.ssh\id_rsa

提交回复
热议问题