Change remote repository credentials (authentication) on Intellij IDEA 14

前端 未结 21 1248
陌清茗
陌清茗 2020-12-12 12:14

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

相关标签:
21条回答
  • 2020-12-12 13:02

    I needed to change my user name and password in Intellij Did it by

    preferences -> version control -> GitHub

    There you can change user name and password.

    0 讨论(0)
  • 2020-12-12 13:03

    This worked for me on Intellij 12:

    Open settings -> passwords, select "Do not remember passwords" and apply/ok.

    Do your VCS fetch/update/push/whatever and it should ask you for a password.

    Check remember password and OK, it should do the VCS thing correctly.

    Go back to settings -> passwords and switch it back to "Remember on disk", then apply/ok.

    0 讨论(0)
  • 2020-12-12 13:07

    There is an option to clear passwords

    0 讨论(0)
提交回复
热议问题