You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have created an app password in Bitbucket but I don’t know how to use it. I have looked at a lot of Atlassian documentation about this but I don’t understand the jargon. Please could someone explain in plain English how I should log in to Bitbucket in future?
I use Ubuntu 20.04 and also MacOS.
Hi @susanpyne1 ,
Bitbucket app password should be used when you're connecting your Git client to your repository, or when you're using Git commands in the terminal.
For logging to the website to browse the repo, you should use your standard Atlassian account password.
Let me know if this helps,
--Alexis
Thank you - I had misunderstood. Could you give an example of how to use an app password in a terminal command so I can see the format?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For example, to do a "git clone" command :
git clone https://alexis@bitbucket.org/mycompany/repo.git
This would trigger a prompt for your password : this is where you can paste your app password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.