i tired all the solution given but still i am getting the same error can some one please help on this error
Could not find SSH binary on the system path. See https://confluence.atlassian.com/display/FISHEYE/Authentication
Error testing connection.
Could not find SSH binary on the system path. See https://confluence.atlassian.com/display/FISHEYE/Authentication
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:226)
at com.atlassian.fecru.security.SshWrapper.<init>(SshWrapper.java:19)
at com.atlassian.fisheye.dvcs.client.DvcsProcessFactory$DvcsProcessBuilder.initProcessBuilder(DvcsProcessFactory.java:92)
at com.atlassian.fisheye.git.client.GitProcessFactory$GitProcessBuilder.initProcessBuilder(GitProcessFactory.java:34)
at com.atlassian.fisheye.dvcs.client.DvcsProcessFactory$DvcsProcessBuilder.build(DvcsProcessFactory.java:76)
Connection failed.
The error is caused because OpenSSH binary is not available on your system.
If you are on Unix/Linux system, install openssh using your systems package manger.
In case you are on Windows, install install [Git for Windows|https://git-for-windows.github.io/], as this includes OpenSSH. Be careful about the options you choose during the install.
Take a look at this question and answer by Atlassian Team member, it has some additional considerations that can help you, https://community.atlassian.com/t5/Fisheye-Crucible-questions/Fisheye-will-not-connect-to-Bitbucket-server/qaq-p/702606
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.