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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,771
Community Members
 
Community Events
184
Community Groups

remote: Invalid username or password.

I am getting the same error posted here.

https://confluence.atlassian.com/bbkb/authentication-error-remote-invalid-username-or-password-942864127.html

Here is the error:

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c credential.helper= -c credential.helper="C:/Users/PC/AppData/Local/ATLASS~1/SOURCE~1/GIT_EX~1/GIT-CR~1.EXE" push -v --tags origin master:master
remote: Invalid username or password. If your organization manages your account or you've enabled two-step verification, create an app password to log in: https://confluence.atlassian.com/x/9DJmMQ
fatal: Authentication failed for 'https://bitbucket.org/username/directory/src/master/'

Pushing to https://bitbucket.org/username/directory/src/master/
Completed with errors, see above.

Here is what all I have tried.

Windows

> Control Panel > User Accounts > Windows Credentials

I removed any credential with git, sourcetree, or bitbuck

Sourcetree

Tools > Options > Authentication > Remove

I removed Authentication within Sourcetree

Not sure what else to do. Any information on how I can resolve this bug would be appreciated. 

8 answers

1 accepted

3 votes
Answer accepted

Summary:

1. Setup Sourcetree and Bitbucket

2. Linked Sourcetree to Bitbucket

3. Tried to push from Sourcetree to Bitbucket and a login window appeared

4. I used my Bitbucket credentials and got error which is listed above

5. Tried several solutions listed above, but could not get it working

6. Downgraded to v2.0.20.1 and everything started working

7. Thought I would try @Mike Corsaro suggestion and upgraded back to v2.6.10.0 (most current version) I did not have to do anything with SSH key. I was able to confirm that SSH was setup correctly as listed by Mike.

Not sure if this is a bug or I am just missing something. Glad it is now working though.

25 votes

I finally solved the problem by doing the steps:

1. Uninstall SourceTree

2. Delete folders C:\Users\<your name>\AppData\Local\Atlassian and C:\Users\<your name>\AppData\Local\SourceTree

3. Download latest version from https://www.sourcetreeapp.com/ and install it

4. Login with your account

5. Add your working directory

6. Commit and Push again. Login again if asked

7. Profit

No need to use SSH. I used HTTPS

this worked for me, thanks!

This works for me too!! Just done it! Great Thanks!

And I haven't setup SSH, 

Like Luke Gibson likes this

Thx so much

I did also and solved.

 

veryvery good solution!!

Like udeshi_mettananda likes this

Thanks, this is all to need!

Excelente, muchas gracias por tu apoyo

Worked like a charm. Thanks.

Thank you ! It works for me as well.

It Works! Thanks 

Great thanks! It works for me as well.

Like. Thanks  !!

Worked like a charm. Thanks for the help!

The Windows 10 path variable equivalents to the following folders you listed are as follows.

  1. Local AppData Folder
    • C:\Users\<your name>\AppData\Local
      • %LOCALAPPDATA%
  1. Atlassian Folder
    • C:\Users\<your name>\AppData\Local\Atlassian
      • %LOCALAPPDATA%\Atlassian
  1. SourceTree Folder
    • C:\Users\<your name>\AppData\Local\SourceTree
      • %LOCALAPPDATA%\SourceTree

It fixed my problem, thanks!

Thank you very much! This works for me.

I just had the same error message for the last couple of days.

Cause :

Github said my password is not strong enough and asked me to change to a stronger password, as a result I changed my account's password.

Problem :

I'm using Mac SourceTree v4.0.1 (234) ( Embedded Git 2.23.0 ) and there is NO WHERE I can find an option to update password.

Using Terminal to do a git pull, enterring new password, works inside the Terminal only and does NOT work in Source Tree GUI in this case.

I was able to update password for Source Tree on my PC.

Solution :

On Mac I need to goto Mac's KeyChain access and delete all the Github entries in there, restart Source Tree, do a fetch all, and it ask for new password, it's working afterwards.

Hopefully it helps you if you encounter the same issue in Mac

Thank you, the Mac instructions you shared are exactly what I needed!

Like alexman1488 likes this

Worked perfectly. Thanks!

Perfect solution. Thanks

Everybody is like delete that, uninstall this , re-install that... I dont mean to break any hearts but this is pathetic. 

Originally when the window popped up asking for my username and password, I put in my email address instead of my username. Then I could never get that window to pop up again, and it was obviously forever trying to use my email address as my username.

I fixed this on Sourcetree for Mac by going to Preferences > Advanced, and then in the list of default usernames, I changed the username there to be correct.

Fixing it there solved my issue.

On OSX I had the same problem after entering the wrong password for GitHub

To clear the incorrect password I deleted the authorization file:

  email@domain.com@STAuth-github.com

from

  /Users/[UserName]/Library/Application Support/Sourcetree/

 

Then retried, and it worked. No SSH set up.

Its work for me Source tree ver. 2.6.10.0

1) Delete all acoounts from Tools > Settings > Authentication         Remove

2) Close Source tree

3) Delete file:

C:\Users\[YourUserName]\AppData\Local\Atlassian\SourceTree

4) Open Source tree

Only deleting the accounts.json and passwd files seems to solve it for me (this means you don't have to recreate all your projects).

Like # people like this
0 votes
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 03, 2018

Hello! There's 2 things you can try:

  1. Use SSH. Directions for this can be found here
  2. Login to Bitbucket using Oauth:

oauth.PNG

I have done both of these and still getting same error. I ended up going back to an older version. v2.0.20.1 and seems to be working so far. I am open to other suggestions.

Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 03, 2018

You've tried SSH and it still didn't work? In your original post the URL implies that the URL for the repository is not using SSH. You'll need to replace the origin URL to tell git to use SSH for that repository.

 

First, go to the repository in Bitbucket, and hit the "clone" button, and copy the SSH url:

ssh_bitbucket.png

 

Then, open the repository in Sourcetree and paste the URL into the textbox in step 3 (assuming you've setup a SSH key already in Bitbucket and Putty is running):

replace_url.png

During setup I generate SSH key via Putty under  Tools > Create or Import SSH key. I added SSH key to Bitbucket client. 

As stated earlier I downgraded to v2.0.20.1 and things started working again. I decided to upgraded back to v2.6.10.0 and check the settings you suggested. 

I did not have to do anything with SSH key as specified above and everything seems to be working now. I did check the settings and see one entry. Settings > Remotes > Name: origin Path: https://username@bitbucket.org/username/directory.git

Deleted user Sep 13, 2018

I have the same problem but how the heck do I add key after creating it?

Deleted user Sep 13, 2018

OK i found a way to add key but still failed to push

Udklip.PNG

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events