I seem to be getting an error that I cannot resolve when pushing.
I am using IntelliJ 13.1.4
I can commit fine to git, but when I try to Push I get an error:
Push failed
C:\<source_path>
error: cannot spawn
C:\users\<user_name>\AppData\Local\Temp\git-ssh-<random_number>.bat: No such file or directory
fatal: unable to fork
I have tried:
1. Updating to most recent IntelliJ (I forget what version I was on prior to this. It was fairly recent though.)
2. Rebooting
As I didn't setup this file or path anywhere that I recall I assume this is an internal operation.
I can commit and push fine from git-bash so it appears it is specific to IntelliJ.
I did a grep against the installation directory and the git-ssh reference is only found in two files:
C:\Program Files (x86)\JetBrains>grep -ir "git-ssh" .
Binary file ./IntelliJ IDEA Community Edition 13.1.2/plugins/git4idea/lib/git4idea-rt.jar matches
Binary file ./IntelliJ IDEA Community Edition 13.1.2/plugins/git4idea/lib/git4idea.jar matches
Any way to recover?