Trying to figure out how to use the new feature "App Password" with the git command line to connect to bitbucket cloud repos on a Windows Server 2016.
I've created an app pwd with a label. Removed all the bitbucket related credentials from the Windows Credentials Manager. When I go and run "git pull" from CLI, I am asked to provide acct/pwd through a GUI. When I use the app label and password things do NOT work. Only if I use my Atlassian ID/pwd do things work. Where or how do I register the app label and password for the command line git utility?
Following this help doc does not help.
I'm trying to figure out the same thing.
Looks like this might be useful:
https://stackoverflow.com/questions/39886995/how-to-access-bitbucket-using-app-password
i.e. curl -u "username:<appPassword>" "https://api.bitbucket.org/2.0/repositories/[yourRepo]"
Hope this helps.
Thank you for the suggestion.
I've tried curl and adding the label:password to the remote URL via "git remote" without success.
How are people switching to this? Have a month left to figure this out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ooooooooookaaaaaaaaaay.... after closer inspection of the above suggestion, I used "username" and not "label" and it worked! Thank you.
So, once the app label and password are created: i.e. label = myapp; pwd = s3cre3t,
delete the credentials from the Windows Credentials Manager for git. I had two of them. Then at the command line type a git action that will force the Credentials Manager GUI to popup asking for git credentials. In the username -- do NOT use the email NOR the label (myapp). Must use the "username" of the Atlasian account. You will find the "username" on the "bitbucket profile settings". Then use the password for the newly created App label. i.e. s3cr3t
This info should be put in the Atlassian's help doc with much better wording than I have done here :). It's Friday night..ack.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.