Change remote repository credentials (authentication) on Intellij IDEA 14

前端 未结 21 1246
陌清茗
陌清茗 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 12:43

    For Mac users this could also be helpful:

    Credentials are stored in Keychain Access.app. You can just change them there.

    0 讨论(0)
  • 2020-12-12 12:44

    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!

    0 讨论(0)
  • 2020-12-12 12:45

    git credential-manager clear Target Url: https://bitbucketxxxxxxxxxxxxxxxx.git

    0 讨论(0)
  • 2020-12-12 12:46

    For Mac User Please Go to As Below:

    (First of all you must have installed bitbucket plugin)

    Android Studio -> Preference -> Other Settings -> Bitbucket

    Now change your password and click on Test for verify it. Will also able to add SSH Key for login.

    Also its depend on which plugin you used. Some have direct like

    Android Studio -> Preference -> Bitbucket linky

    0 讨论(0)
  • 2020-12-12 12:48

    You can change your password from settings screen (Ctrl + Alt + S by default) as attached screenshot. After clearing, on the firts remote operation (like pull/push, etc.) it'll ask you your credentials)

    IMPORTANT: Take a copy of the file before this operation.

    0 讨论(0)
  • 2020-12-12 12:48

    In my case, I got a CAPTCHA error. If you get that, first logout/login to Bitbucket, Github, .... on the website and enter the required captcha.

    After that, try again from intellij and it should prompt for another password.

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