Error when clone from git repository
Hello,
I am experiencing an issue when I try to clone down a repository in RubyMine. See below:
java.io.IOException: Authentication failed:
at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:279)
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
Weird thing is, is that I can still clone the repository using git in terminal. Can someone please send some light on this issue as I would love to use Git within RubyMine to
Thanks,
Chris Mitchell
Please sign in to leave a comment.
Hello Chris,
Could you please try native ssh? Please select native ssh in File | Settings | Version Control | Git | SSH Executable.
Regards,
Oleg
Awesome that worked.
Thanks very much.