Connect to Azure devops repo using sourcetree on MacOS
Although SourceTree for macOS has updated the name of Azure DevOps (from "Visual Studio Team Services"), it appears that it does not support the new Azure DevOps URLs.
You can use the old-format (VSTS-style) URLs. Instead of https://dev.azure.com/username
, you can use https://username.visualstudio.com
.
Ironically, it seems that SourceTree for Windows still calls the product "Visual Studio Team Services" but supports the new-style Azure DevOps URLs.)
I was successful with Preferences/Accounts/Azure DevOps
https://dev.azure.com/{organisation}/
{username}
{token}
HTTPS
and using this remote url
https://{username}@dev.azure.com/{organisation}/{projectname}/_git/{repository}