You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am using SourceTree for the first time and am having trouble pushing my local repository. I was able to create a local repository and a duplicate online. I added files to my local repository and now want to push them to the remote.
I can login to bitbucket on the web without issue and do see my new repository. Also in SourceTree I can see my local repository and new files.
When I try to push I get this error:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream eval_nucleo_g431_r202 master:master
remote: Invalid username or password
fatal: Authentication failed for 'https://bitbucket.org/btremaine/eval_nucleo_g431/'
Pushing to https://bitbucket.org/btremaine/eval_nucleo_g431/
Completed with errors, see above.
ADDITIONAL INFO:
If I open the terminal on SourceTree for either repository and issue git ls-remote I get an authentication error. However, if I open git from the Windows command line and issue git ls-remote the authentication is valid. It appears to be something set wrong in my SourceTree environment. Also, in the Windows launched git I was able to perform the push commands.
Any idea what I need to change in SourceTree?
Hi @Brian Tremaine and welcome to the community!
I believe that the most likely reason for this error is that SourceTree has stored incorrect credentials for bitbucket.org, which are used when you are doing an operation like clone/pull/push.
My suggestion would be to clear any stored credentials for bitbucket.org from SourceTree, and then give it another try. You can find instructions in the following doc on how to clear stored credentials (the instructions for SourceTree are at the end of the page):
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.