Hi, I've been dealing with this for several days now on my desktop and can't get source tree to work at all. I put in my account information (I'm using Microsofts azure) and it goes through ok, but when I try to clone it pops up the Credential Helper Selector. I select "wincred" like I've seen on many threads and it just pops up again until about 10 tries and just crashed.
I've tried uninstalling and reinstalling, deleting the password in Windows Credential Manager, deleting the password file in the source tree user app folder: (https://community.atlassian.com/t5/Sourcetree-questions/How-to-update-HTTP-S-credentials-in-sourcetree/qaq-p/297564).
And I've restarted sourcetree in between each step.
Also, somewhere along the path my credential helper broke and now shows two wincred options... I don't know how to fix this problem and am stuck. It's working on my windows laptop but it's broken here.
Any help is greatly appreciated.
I fixed it.
I'm not exactly sure what happened but whatever git tools were installed with source tree were broken. I tried:
but I kept getting issues. I couldn't find whatever git metadata SourceTree left behind that was broken, so here's how I fixed it:
I did get source tree crashing after because I had an empty repo, but after adding the default 'readme' file it is now cloning from my remote Azure account properly.
What a painful experience getting there though...
Although a couple years old, this solution worked for me. I had the same problem and was ready to flip my table.
It would appear the embedded git used by Sourcetree is causing the issue. Using a system git fixed the issue - not sure how true valid this statement is though?
Thanks @red gecko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also worked for me. More thanks your way @red gecko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Khanh Tu Same here. Switching from embedded to system in the source tree options fixed the issue instantly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can validate this solution stills works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Selecting the 'manager' radio button and checking the checkbox 'Always use this from now on' worked for me. Now, I am not facing any problems in any of the Git accounts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah worked for me too, thanks @Pranto Kumar Biswas
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.