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

后端 未结 9 1826
粉色の甜心
粉色の甜心 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:04

    ssh-keygen is a utility usually found on Linux distributions. You can use Cygwin on Windows to have most functionality of the Linux command line available to you.

    http://www.cygwin.com/

提交回复
热议问题