Since a few weeks, I\'m not able to pull or push from or to the remote repository. I thought it happend when upgrading to IntelliJ IDEA 14, but I can reproduce the problem w
I've resolved this by adding my SSH private key to the ssh-agent in the command:
$ ssh-add -K ~/.ssh/id_rsa
And setting Settings --> Version Control --> Git, and then, in the SSH executable dropdown, choose Native
Settings --> Version Control --> Git
Native