Saving ssh key fails

前端 未结 14 1084
予麋鹿
予麋鹿 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:29

    You have to create the .ssh folder yourself for saving ssh keys.

    By the way, I used this path style: C:/Users/you/.ssh/id_rsa

提交回复
热议问题