In our environment I have a simple installation of JIRA / Stash / Crucible.
I've been able to get JIRA / Stash and JIRA / Crucible flow to work just fine. I'm stumped trying to get Crucible to properly retrieve the repositories stored in Stash. The application link gets set up between the two without issue. The problem arises after the repository is added from the Stash repositories tab. The repository never seems to sync. When going into the properties of the repository and clicking on the "Test Connection" button I receive the following error:
I've searched around, but haven't found a solid resource on the issue. Can you provide further details on how to resolve this issue? Where is the path of the SSH binary that fisheye/crucible is using?
Thanks,
Josh
Hi Josh,
On Windows, you need to have an OpenSSH binary accessible on your system path for FishEye to clone repositories over SSH. The easiest way to acheive this is to select the "Use Git and optional Unix tools from the Windows Commond Prompt" option when installing Msysgit, as shown in this screenshot.
-Richard
Git_Setup_2014-07-17_15-06-00_2014-07-17_15-06-58.jpg
Richard,
That worked great. Instead of running through the installer, I manually edited the environment path variable based the documentation of Git installation. The following correspond to the three items above:
Use Git from Git Bash Only: No modification to Path
Use Git from the Windows Command Prompt: C:\program files (x86)\Git\cmd
Use Git and optional UInix tools...: C:\program files (x86)\Git\bin
Thanks,
Josh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me. Don't forget to restart fisheye/crucible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding the path to the git bin folder to path manually worked for me too.
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.