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.
When doing git pull, this is what I now see, suddenly (nothing has changed):
remote: Bitbucket Cloud recently stopped supporting account passwords for Git authentication.
remote: See our community post for more details: https://atlassian.community/t5/x/x/ba-p/1948231
remote: App passwords are recommended for most use cases and can be created in your Personal settings:
remote: https://bitbucket.org/account/settings/app-passwords/
Hey @nadavbene
G'day.
The error generally means you are authenticating with a non App Password. We no longer support account passwords for git and HTTPS authentication.
If you haven't generated an App Password, please look into our KB below on how to generate:
Below is our announcement about deprecating the use of account password
I hope this helps.
Cheers,
Syahrul
No, I've been using App Passwords for a long time, and nothing has been changed on my side. I am using an App Password when doing the git pull. Btw - this issue happened in the past (1 year ago?) as well. This is either a bug or a wrong message returned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @nadavbene
Noted. Can you try to clone with the App Password and see if that works? I want to verify that the App Password you use works:
git clone https://<username>:<app_password>@bitbucket.org/<workspace_name>/<repo_name>
Also, try to generate a new App Password and see if that works with your git pull and clone.
Let me know how it goes.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.