I'm trying to connect to my to my VSTS remote repo using the new version of Sourcetree (3.0.8). I have the chosen "Visual Studio Team Services" and put in the Host url (https://{organisation}.vsualstudio.com)
The only option is to "Refresh Personal Access Token". This gives me a pop up requesting username and password. This fails with not authorised and the username field is not filled in. If I instead use a PAT for the password, the username field is now populated with my username but is still not authorised and says I don't have access to "https://app.vssps.visualstudion.com"
What am I doing wrong?
Also looking for an answer to this question, however I may be even more out of luck -- I'm trying to connect to a locally-hosted instance of azure devops. Would love a fix or workaround.
The hosting URL works for https://xxxxx.visualstudio.com/ but not for the new URL system that devops uses/recommends https://dev.azure.com/xxxxx/
Get the token from in Azure Devops in the Create Token area.
Okaay, so 30 mins later, I'm ready to go...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thx!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is very weird but, after entering the PAT for couple of times it did work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
In principle you are doing the right thing.
I have noticed on occasions you need to enter the PAT twice, at this stage I don't know why. After the first failure if you try and enter the PAT again, you might find the username information pre-filled, enter the PAT and click OK and you should find it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem, I've spent hours and hours and tried different URL for host and different UserName but still no success.
The most closed way to put credential is like this :
You better put https://YourOrg@dev.azure.com/YourOrg as Host URL and your email as username and your token as the password. but still getting this error :
I wish there was a tutorial from sourceTree team how we can work with AzueDevOps. Even when we choose Visual Studio Team Service as Hosting Service, The Username field is disabled and you cannot put any value. The way I worked around was I chose BitBucket server, then username field was active, I put my email and then changed to VSTS otherwise there is no way to put username.
It's a pity such a great tool has this big and obvious problem and lack of document.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem here...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I finally got it to work. here is what I did.
1. Select "Visual Studio Team Services" as Hosting Service.
2. For host name, use https://[yourname or org name].visualstudio.com/
3. Click on Refresh Personal Access Token, and type in your MS account user name. For password, enter the token that you have generated from Azure DevOps.
- To generate a token, login to Azure Dev Ops. On the top right menu, click on the circle with your initials and select "Security". Generate a new one token. Give it a name, e.g. SourceTree (not important), and copy the token to be used with SourceTree.
4. Here is the tricky part -- On SourceTree, I tried several times and it kept saying authenticated failed. I finally (through random frustration) clicked on the error message itself and it refreshed and say "Authenticated". Definitely buggy. Good luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting, thanks for the update.
The error message isn't actually an active element, just a textbook, I'd guess there was just a log between old error messages and the new success coming through and being shown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I followed Lhkengs instructions:
However:
I am on the new https://dev.azure.com/xxxxx/ domain
This uri is not accepted via sourcetree as constantly unable to verify
If i revert back to the old address of https://xxxxx.visualstudio.com/ and use same credentials it is successful.
Then when i go into clone a repository:
I get This is not a valid source path / URI
https://xxxx@xxxxxxx.xxx@xxxxx.visualstudio.com/[repository]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.