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.
Initially I was stuck trying to pull a repo, but getting an error message.
Eventually I discovered that I needed to authenticate my bitbucket account under options within sourcetree. After that I was able to pull and push changes with no problem (for that day). Now suddenly today I cannot 'push' changes, getting the same error. I went in to options to authenticate the user, but this time it did not fix the issue.
"git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin alan:alan
remote: You'll need to authenticate with a valid app password. You can create an app password from your account at https://bitbucket.org/account/admin/app-passwords
fatal: unable to access 'https://bitbucket.org/...(project)...': The requested URL returned error: 403"
I tried to create an app password, re-authenticate the user, delete the passwords to force a prompt. Im at wits end here, I thought this was taken care of yesterday.
Is there anyway to set it up, so it knows that sourcetree on this computer is authenticated and avoid this issue in the future?