Hey there
I've installed Sourctree on my computer and now I'm trying to clone a project from Azure. I copied the URL from the command line via HTTPS in Repository. Then it sais, this isn't a valid source path and shows this message:
fatal: Cannot determine the organization name for this 'dev.azure.com' remote URL. Ensure the `credential.useHttpPath` configuration value is set, or set the organization name as the user in the remote URL '{org}@dev.azure.com'.
fatal: Cannot determine the organization name for this 'dev.azure.com' remote URL. Ensure the `credential.useHttpPath` configuration value is set, or set the organization name as the user in the remote URL '{org}@dev.azure.com'.
I tried to update embedded git and set system git. After that I got a popup from CredentialHelperSelector, but it didn't work out either. Via PowerShell I set the credential helper to manager, so the popup didn't show up again. But the path is still not valid...
FYI: I'm not using Bitbucket or a remote account.
Thanks for your help!