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:
When clicking on the Remote button (top right of Sourcetree), I get this:
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.
So, adding scm to the end of the Host Root URL does seem to resolve properly when hitting the "Remote" button:
Thanks! I must have looked at it for too long trying to figure it out. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem, but adding scm had no effect
Only difference in configuration is that Host Type is "Bitbucket Server"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My problem was that the remote details was set to use generic account, changing to personal account fixed the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.