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
This was working with an earlier version of VisualSourceSafe and Sourcetree. Now it's not. Sigh ...
I have a local Azure DevOps GIT repository that I want to push to. I set up a Personal Access Token and I'm trying to set up the hosting account in SourceTree.
Hosting Service is Azure DevOps.
I enter in the host URL which is http (not https) to our local Azure DevOps server.
Preferred Protocol has only HTTPS and SSH as an option, so I choose HTTPS.
For Credentials my only option is Personal Access Token. I click Refresh Personal Access Token and enter my login ID. For the password I plug in my Token.
It is not even authenticating. It says:
"Filed to check login for user [<username>]
Basic authentication requires a secure connection to the server."
Well, our Azure installation is http, not https. So I'm out of ideas at this point. What am I doing wrong?
Any insights would be much appreciated.