Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

SourceTree's "Remote" button opens dead link on BitBucket server

Keri-Lyn Crovo November 20, 2018

We are using/testing BitBucket Server and have it working fine with SourceTree on two separate computers. Unfortunately, clicking on the "Remote" button opens up a dead link. Even though I have it set up correctly in Repository Settings:

RepoSettings1.jpgRepoSettings2.jpgRepoSettings3.jpg

When clicking on the Remote button (top right of Sourcetree), I get this:

deadlink.jpg

 

2 answers

1 accepted

0 votes
Answer accepted
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 23, 2018

Hi

You have an scm in the remote git URL path, is that missing from your root URL?

Version 3.0  makes some changes to this area and you might find it easer.

Keri-Lyn Crovo November 27, 2018

So, adding scm to the end of the Host Root URL does seem to resolve properly when hitting the "Remote" button:image.png


Thanks!  I must have looked at it for too long trying to figure it out. :-)

Jens Odborg September 23, 2020

Same problem, but adding scm had no effect

Only difference in configuration is that Host Type is "Bitbucket Server"

Jens Odborg December 9, 2020

My problem was that the remote details was set to use generic account, changing to personal account fixed the problem

Brandon Valley August 20, 2021

I am having the same issue, with generic host set, clicking the remote button sends me to https://ba-bit.web.boeing.com/bahd/linter-setup which is a 404 link and if I set it to my bitbucket server account, clicking the button just sends me to https://www.google.com/.  The correct link/ what I wish it would send me to would be https://ba-bit.web.boeing.com/projects/BAHD/repos/linter-setup/browse

I am on Sourcetree version 3.4.6.0 and bitbucket v6.6.3

Any ideas on how to fix this?

Thanks

Jens Odborg August 20, 2021

@Brandon Valley Is your account options having the right settings? Not sure if this could be the problem.

FWIW I am on  Sourcetree version 3.4.5 and bitbucket v7.7.1 but also "Git repository for enterprise teams powered by Atlassian Bitbucket" so the later may affect the behavior. For my personal account host is set to what would be ba-bit.web.boeing.com for you. I use HTTPS protocol which match my account setting. Other people here use SSH but I don't know their account settings.

Brandon Valley August 20, 2021

After a bit of playing around, I think I have found a consistent way of makeing repos cloned with https work, but not ssh, if I set the remote to look like this:

Untitled picture.png

it will give the red exclamation mark on the remote button but it will work, but this does not work if the origin is ssh.

 

Any idea how to make the remote button work with ssh origins?

Jens Odborg August 22, 2021

As mentioned earlier my fix was to change away from Generic Account to Personal Account. But I have one repository that works with the Generic Account, there the difference to you screen dump is:

Host Type = Bitbucket Server
Host Root URL = https://<our domain>
Username = <my initials>

<our domain> correspond to: ba-bit.web.boeing.com

Like Brandon Valley likes this
0 votes
CONNOR NEUHAUS September 9, 2022

Somehow our Admin set up pathing with different root paths for HTTP hosting (../scm/) VS SSH hosting (../myproj/).

This results in a SSH clone to be
`../<project>/<repo>.git`
and is correctly mapped in SourceTree; and the HTTP clone to be `../scm/<project>/<repo>.git`.

However, the routing for bitbucket server is unable to resolve the SSH "Remote" path since it ONLY handles HTTP path
`../scm/<project>/<repo>.git`
to view the Repo!

This is complicated by the additional masking of HTTP landing space via domain implementation (bitbucket server).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events