5

Wtf, bitbucket allows you to sign in using Google, but when you have to use it from the git cli it asks you for a password. For this you have to reset password and then proceed why give such an option when it is not feasible

Comments
  • 2
    Why wouldn't you create a Personal access token and use that
  • 0
    @C0D4 I didn't know about that, but is it worth it, I'm anyways setting up a password
  • 1
    Why don't you use SSH keys?
  • 1
    @NightAxeblade yea, you won't use your password for git logins and you can kill / revoke the token quicker then you can change your password - well usually. I don't use bitbucket.

    You can also make them per device and set expirations if you went down that road.

    If you use cli, you can use Git's credential cache and have it do the login for you using the token.
Add Comment