Github problem
I've set up a project with github support.
Then i added my github account in the phpstorm settings and the test was ok.
But i'm not able to push the files
I'm getting this error:
Pushing to git@github.com:ragtek/mybbaddons.git
SSH: authentication methods: [publickey, keyboard-interactive, password] last successful method:
java.io.IOException: Authentication failed:
at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:280)
at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:155)
at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:135)
fatal: The remote end hung up unexpectedly
Please sign in to leave a comment.
Looks like you don't have your public key setup correctly. Can you ssh to git@github.com from your command line? Chances are you'll get the same error, and you should then run through the github setup docs or perhaps go through the key generation process.
Hopefully this solution works for you...
http://devnet.jetbrains.net/message/5451150#5451150