'Can't clone a repository using Sourcetree
I'm trying to setup Sourcetree from scratch, I created Sourcetree and Bitbucket accounts, created a new Bitbucket repository and trying to clone it. But 'checking source" newer ends and I see a popup "CredentialHelperSelector", what should I do with it?
I tried following these steps:
- Tools > Options > Git > Update Embedded Git - I made this
- I couldn't do the Latisha's answer part because there is no Atlassian folder in my AppData\Local\
Solution 1:[1]
For Windows, you should select "manager-core", then enter your credentials (Bitbucket user account name and password).
Then your credentials would be cached and would not be asked again next time you open SourceTree and try to push to your remote repository.
Solution 2:[2]
Using SourceTree 3.4.8 installed on a clean Windows 11 in a virtual machine, I get the credential helper selection dialog.
I found out that selecting "manager-core" from the list and checking always use was the solution. If the popup comes again, selecting the second option "manager-core" was definitive. I don't know why there are several options with the same name, but the second one was the solution.
Also since I was cloning a repository (with https) from bitbucket, I also had to connect to my account in Tools > Options > Authentication > Add > select HTTPS and OAuth, Refresh OAuth Token.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | VonC |
| Solution 2 | prossel |

