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 you try to push to the remote repository, you get an error:
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:
***********************************************************************************
Can you update the class notes as to how to do this now that Bitbucket Cloud stopped supporting account passwords?
Hi @Steve G,
Welcome to the Atlassian Community!
Since Atlassian has revoked the usage of basic passwords in order to increase the security of accounts in general, Git operations can still be made through HTTPS protocols using App Passwords.
You can find the detailed steps on how to create one in the documentation linked above. Once you create one, just use it as you would with your basic password for authentication with Git.
Alternatively, you can also switch to SSH protocols. The detailed steps on how to set up an SSH key can be found in the following documentation:
Cheers,
Mateus T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.