Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Sourcetree Password Issues

kegtron December 15, 2018

Hello,

I'm running Sourcetree 3.0.12 in Win7 and have been recently having password issues. Whenever I attempt to pull from from a remote the Atlasian/Bitbucket/Sourcetree password window appears. I'm using basic/https authentication.

Unfortunately it will not accept my password & username combo, even though it works fine on bitbucket.org and on another mac running Sourcetree.

Any thoughts?

Thanks!

2 answers

1 accepted

0 votes
Answer accepted
kegtron February 16, 2019

Given that the CLI is working, I went to SourceTree -> Options -> Git and changed Git Version = System (was Embedded). That worked!

Not sure what the issue is with SourceTree authentication, but I am back in business.

Thanks for your help!

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 17, 2018

Hi

There have been a series of issues with the Git Credential Manager recently. Please ensure you are using Git 2.19.2/Git Credential Manager 1.18.3, this seems much improved.

kegtron January 14, 2019

Thanks for the tips... I upgraded both but still having issues on one Windows PC. Sourcetree won't accept my username & password, even though I know it is valid if I log into Bitbucket directly or use SourceTree on another PC.

Any further thoughts?

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 25, 2019

Have you tried taking Sourcetree out of the mix and try a clone/pull/fetch/push from the command line? This simplifies the tools chain, though it should still try and use the same git credentials and mechanisms for managing them 

kegtron January 26, 2019

Thanks for the suggestion. 

git clone https://xxx@bitbucket.org/xxx/xxx.git from the command line works fine using the same credentials that fail in Sourcetree.

Any ideas on next steps? I'm willing to wipe Sourcetree and start with a clean install, but the last time I tried this I don't think it helped.

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 28, 2019

I would try and ensure command line and Sourcetree are both running the same versions of Git/GCM.

Assuming they are Sourcetree should just pick up and re-use the credentials you successfully used from the command line.

Technically Sourcetree doesn't directly use the Git  credentials, it asks Git to do something and if it needs them Git asks the GCM for credentials, which either returns stored ones or prompts the user for them. The GCM also attempts to validate the credentials before passing them back to Git.

You can see the stored credentials in the Windows Credential Manager, prefixed with 'git:'


kegtron January 29, 2019

Thanks for the suggestion. Is there a way to determine the version of GCM that Sourcetree is using? I can see the version of git it is using, but no mention of GCM.

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 30, 2019

hi

 

if you see an entry like this in the console output in sourcetree

 

-c credential.helper= -c credential.helper="c:/users/mminns/appdata/local/atlass~1/source~1/git_ex~1/git-cr~1.exe"

 

the sourcetree has detected a bad gcm release and is overriding it with its local copy of 1.17.1

 

if you don't see that sourcetree is relying on git's bundled version. you can detect that by using the terminal and running

 

>git credential-manager version

 

will give you the version the git bundles with it.

kegtron February 10, 2019

if you see an entry like this in the console output in sourcetree

 -c credential.helper= -c credential.helper="c:/users/mminns/appdata/local/atlass~1/source~1/git_ex~1/git-cr~1.exe"

 the sourcetree has detected a bad gcm release and is overriding it with its local copy of 1.17.1

OK - that would appear to be the case for my installation. Any suggestions?

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 11, 2019

When everything works form the command line, what version of GCM is being used?

>git credential-manager version

?

kegtron February 16, 2019

Git Credential Manager for Windows version 1.18.4

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events