Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket Cloud recently stopped supporting account passwords for Git authentication

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

like image 425
AliRehman7141 Avatar asked Sep 06 '25 03:09

AliRehman7141


1 Answers

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"

  5. Under that you will find "app passwords"

  6. Click on that --> Then you will routed to create app password page

  7. There you can give the required permissions and create 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 :) !

like image 160
Uppala Praveen Avatar answered Sep 07 '25 22:09

Uppala Praveen