Bitbucket Cloud recently stopped supporting account passwords for Git authentication

The Problem

I have pushed the code in the morning it was working fine but now I’m trying to push the code but getting this error: Bitbucket Cloud recently stopped supporting account passwords for Git authentication

Answer 1:

I’ve also faced this issue.

  1. Then I opened my Bitbucket account. 2)Then at the bottom left corner you will find an icon with your username’s initials. 3)Click on that and go to settings and click on Personal Settings 4)In personal Settings, in the left panel you will find “access management”
  2. Under that, you will find “app passwords”
  3. Click on that –> Then you will be routed to create an app password page
  4. There you can give the required permissions and create a password (Note: You have to store that password somewhere as it will be displayed only once) 8)When you push the code to any repo…use your app password instead of your account password (No need to change any settings in the git_config file)

Happy programming :)!