Kirsten
Kirsten

Reputation: 18168

remote: Empty password fatal: Authentication failed

After upgrading my SourceTree to 2.3.1.0 on my Windows 10 machine,

When I try to push my changes using SourceTree I get an error

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master
remote: Empty password

fatal: Authentication failed for 'https://[email protected]/myusername/myrepositoryname.git/' Pushing to https://[email protected]/myusername/myrepositoryname.git

I recall receiving this error and rolling back my SourceTree version to overcome it but I thought it should be fixed by now.

I also get the error if I try and re-clone the repository.

I upgraded SourceTree to the same version on my Windows 7 machine and I do not get the error there.

Upvotes: 1

Views: 667

Answers (1)

Kirsten
Kirsten

Reputation: 18168

Tools->Options->Git-> Update Embedded Git.

I did have to do this twice because there were issues extracting the first down load.

Upvotes: 1

Related Questions