We are just setting up Crucible/Fisheye to access our repositories. We use git with ssh and gitolite for access controls. I am unable to get a repo added to Crucible. Our typical git clone command will look like the following: git clone ssh://git@mygitserver.com/testing. I have created a passphraseless public/private key pair and uploaded the private key into Crucible. I have also used gitolite-admin to upload the public key into mygitserver for ssh and git access. I can't seem to get Crucible's repository details correct for successful connection.
Ok, I found the answer in another post. It turns out I needed to change the format of my git connection details. Here are the values that worked for me. Repository Location: git@mygitserver.com:testing. Path: <empty>. Authentication Style: Upload private key for ssh. Apparently the key is the ":" before the repo name "testing".
Hi. I am having a similar problem to you. Where you finally able to use sourcetree to connect to gitolite? If so, please can you explain what you did.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was having an issue with Crucible connecting to a GIT repo using an SSH connection with GITOLITE configured for authentication. I don't do anything with sourcetree. I have resolved my described issue as mentioned in previous post.
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.