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
CodePudding user response:
I've also faced this issue..
- 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"
- Under that you will find "app passwords"
- Click on that --> Then you will routed to create app password page
- 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 :) !
CodePudding user response:
I opened my Bitbucket account. Then at the bottom left corner, you will find an icon with your username's initials.
Click on that and go to settings and click on Personal Settings
In personal Settings, in the left panel you will find App Password inside ACCESS MANAGEMENT. Click on App Password.
- Then you will be routed to the Create app password page
There you can give the required permissions and create a password.
Now use, this password(image) instead of your account password(web password)
- chilllllll.................