It seems that when I use an ssh key with a passphrase, I am unable to push changes to github via the IntelliJ UI. I get the following error:
"Push failed: Failed with error: fatal: Could not read from remote repository."
But when I push through the command line, it works because I get prompted to input the passphrase.
I have already tried setting the GIT_SSH
environment variable to point to TortoiseGitPlink.exe (I'm using an ssh agent) but still I get the same error.
Is there any other way for making this work?