From today I am unable to connect to bitbucket from intellij. It worked well since years, but now there it seems to be any change and I have no clue how to solve so far.
I do a fetch on my repository from Intellij and I get the following:
I give the correct credentials, which works for the login to the bitbucket weblogin.

After I entered the correct credentials I get:
In this dialog I can't change the Username, which is not an email-adress, but my name. -> Fetch doesn't work.
In my settings of Intellij I don't use credential helper:

Any help?
CodePudding user response:
Bitbucket announced this:
Beginning March 1, 2022, Bitbucket Cloud users will no longer be able to use their account passwords when using Basic authentication for Git over HTTPS and the Bitbucket Cloud REST API. (https://community.atlassian.com/t5/Bitbucket-articles/Announcement-Bitbucket-Cloud-account-password-usage-for-Git-over/ba-p/1948231)
So you should create an "App password"
This may help:
https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/
Create an "App password" like this:
App password creation example
And the password shown after creation should be entered into your login dialog.
Hope this helps.


