Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I work with Atlassian Stash to host Git repositories. SourceTree is very handy to look at my local clones and manage them.
I now discovered the "Hosted repositories" feature of SourceTree, which fetches and lists all repos within a Stash project and allows to create local clones. Hurray! However, I already have local clones of most repos. SourceTree offers to open an existing clone. If I do that I get the following error:
Remote details do not match
There is no remote defined in the repository you selected that matches the incoming remote project details. If you definitely want to associate this repository with this remote link that pleas edit the remote details on your repository to match.
But what are these "remote details" that should "match"? I tried renaming the remote, to `origin` or `stash` instead of the `central` I usually like to use. None of that works. But since SourceTree does not provide any details on what it is comparing, I have no chance of updating my setup.
I finally realized that I use ssh to access Stash, so my local clones have an ssh remote configured. How can I make SourceTree do the following alltogether:
SourceTree can usually infer the link from your hosted projects accounts if the hosts match up, but you can specify it manually via Settings (top right toolbar). Edit the remote and you can fill in the bottom section to provide the Stash root URL & username, if it wasn't automatically derived.
The URLs I would expect to show up look exactly like the ones that are depicted in your screenshot, however, no automatic inferation happenend for me. What must I do to convince SourceTree to infer the https URL from the ssh:7999 URL which is set in the configured remote? I don't want to update the settings for each of the projects manually.
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.