Bitbucket git credentials if signed up with Google

后端 未结 9 1768
时光说笑
时光说笑 2021-01-29 18:16

I have an account on bitbucket.org that I created by signing up with my Google account. Now everytime I log in I just click \"Log in with Google\" and that\'s fine.

How

相关标签:
9条回答
  • 2021-01-29 18:49

    One way to skip this is by creating a specific app password variable.

    1. Settings
    2. App passwords
    3. Create app password

    And you can use that generated password to access or to push commits from your terminal, when using a Google Account to sign in into Bitbucket.

    0 讨论(0)
  • 2021-01-29 18:50

    You can attach a "proper" Bitbucket account password to your account. Go to https://id.atlassian.com/manage/change-password (sign in using your Google account) and then enter a new password in both the old and new password boxes. Now you can use your email address and this new password to access your account on the command line.

    Note: App passwords are the official way of doing this (per @Christian Tingino's answer), but IMO they don't work very nicely. No way of changing the password, and they are big unwieldly things to type into the command line.

    0 讨论(0)
  • 2021-01-29 18:50

    Follow these steps:

    1. login to bitbucket
    2. Click on Personal Settings
    3. Click on Create App Password, here give permission to read and write and the login to GitHub desktop using the same password. Note: Take a screenshot of the password as you won't retrieve it again.

    steps updated as on 13th July 2020 Thank You: Rahul Daksh

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