ssh-keygen' is not recognized as an internal or external command

后端 未结 9 1762
粉色の甜心
粉色の甜心 2021-02-06 20:56

I am trying to add ssh keys for usage on github but on my xp on command prompt ssh-keygen does not work. It gives me the following error

ssh-keygen\' is not reco         


        
9条回答
  •  没有蜡笔的小新
    2021-02-06 21:19

    • Install msysgit
    • Right-click on any file
    • Select "Select Git Bash here" from menu
    • Run ssh-keygen command from a git bash terminal

提交回复
热议问题