I'm experiencing a strange error while attempting to generate SSH keys via the Git Bash command line tool as downloaded from (http://code.google.com/p/msysgit/downloads/list). I'm using Windows 7 Enterprise and have full administrative privileges. When I run the following command from the Git Bash command line:
ssh-keygen -t rsa -C "[email protected]"
(using my email address in place of [email protected]) I get a Windows error dialog box that pops up with the title
ssh-keygen.exe - Application Error
The application was unable to start correctly (0xc0000142). Click OK to close the application.
Any ideas what may be causing this error?
Things I have tried to fix the problem (without success):
- Installing an earlier version of Git for Windows (I've tried 1.7.7, 1.7.6, 1.7.4 and 1.7.3).
- Running Git in compatibility mode.
- Searched the net for others experiencing the same error in relation to Git on Windows.
What might be causing this problem?
UPDATE: Despite not actually determining what was causing this error, I got around it by simply using Putty to log into a friends Linux box and generating the SSH keys from there. Thanks for everyone's help.