I recently changed my Bitbucket password for security reasons. However, IntelliJ didn\'t update my repository to the new credentials, so it stops me from pulling/pushing any
Doing the following steps helped in my case:
1) open Settings 2) go to Git and Uncheck "Use credential helper" checkbox 3) Do git pull 4) Enter password in the pop up dialog
Git operations will now work fine in IntelliJ!