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 am attempting to push a commit through a command terminal, and even though I am using an app password when prompted, I get an error message telling me I need to use an app password. I get this error message regardless of what i enter for the password, even if it is a completely incorrect password. I have 2 factor authentication enabled and set up, but don't know if I am making some error in setting up an app password or entering my app password. Does anyone know or have any experience with this error even when attempting to use an app password?
Hi Alex,
There might be a Git credential helper installed and used in your system which has your Bitbucket account's password stored, and that stored password may be used instead of what you enter.
You can check if that's the case if you run the following three commands in the command line application you use:
git config --system credential.helper
git config --global credential.helper
git config --local credential.helper
These will show if a credential helper is used a) for all users in your system b) only for your user c) for a specific repository, respectively.
If a credential helper is used, I would suggest clearing all saved credentials for https://bitbucket.org/ from that credential helper and then try pushing again.
Please feel free to let me know how it goes and if you need further assistance.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.