Windows 7 Ultimate , git version 1.8.0.msysgit.0
I\'m following these directions to generate an ssh key : https://help.github.com/articles/generating-ssh-keys<
As I mention in "Where is git.exe located?" within GitHub for Windows, you have a portable git installed for you with this application.
You need to open a bash git session in order to use ssh commands.
The settings allow you to define the kind of shell you want:
GH4W is a sandboxed installation of Git and the GitHub application that takes care of all that configuration. Please note, it will not mess with your existing Git environment if you have one. There will be two shortcuts installed on your machine, one for the GH4W application and another labeled “Git Shell”.
The Git Shell shortcut launches the shell of your choice as configured within the GH4W application’s options menu. You can also launch the shell from within the application for any given repository.
By default, this is PowerShell but you can change it to Bash, Cmd, or even a custom option.
Choose Git Bash and you should be able to execute your script.