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.
Note: I am using embedded git
When connecting to a GIT repo on visualstudio.com, SourceTree seems to automatically store some credentials for VSTS that cannot be edited:
How do I edit these credentials? Or add non bitbucket/github credentials manually?
The "Add" option only allows you to set bitbucket or github accounts. If I had the ability to add any account, I could create a visualstudio credential how it needs to be by using the add option under the authentication tab.
An additional issue is that a VSTS "Personal access token" is automatically generated. VSTS continually generates a new token whenever I access repos with SourceTree.
Hi
The entries under Git Saved Passwords are actually managed by the Git Credential Manager for Windows, GCMW, that is part of the Git for Windows distribution.
It is the GCMW that Git asks for credentials and the CMW that will prompt you for them if it needs them and then storing and reading to and from the Windows Credential Manager, WCM, you can see them in there prefixed by 'git:'. you can add/remove them there, but not edit.
For Sourcetree's accounts it will share the credentials you enter in Sourcetree with the GCMW by writing them into the correct place in the WCM. The same credentials can then be used by Git and by Sourcetree for REST calls.
Sourcetree v3.0, currently in beta testing, adds VSTS as an account type along side Bitbucket, GitHub and GitLab
Awesome, thanks Micheal.
Does the fact that git saved passwords are managed by Git Credential Manager for Windows hold true when using SourceTree's embedded git?
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.