You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi All,
Trying to "Clone from URL" on SourceTree, but run into an authentication issue when trying to pull it down from Azure DevOps. Without posting the whole error message - this is the final error I get:
fatal: Authentication failed for 'https://dev.azure.com/CompanyName/ProjectName/_git/RepoName/'
This is using the latest version of SourceTree (4.2.0 (246)) and MacOS Ventura (13.0.1).
I can get it to work using a PAT embedded in the URL, but others seem to be able to clone the repo without creating a PAT to do so.
Installing Git Credential Manager via terminal fixes this issue, but ends up breaking authentication to a local TFS server in the process.
Happy with using the PAT method, but curious if others have run into the same issue or if there's a fix.
Thanks