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
Search your git directory if you already install git
Use git bash should be on your C:\Program Files\Git\bin depend on your installation location
If you already add the path just run sh on your cmd or open sh.exe
type ssh-keygen
Then just insert name and passphrase (You can just type empty string).