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.
After creating my App Password, I followed the directions here, but in my GIT command line I get the following error:
E:\Data\dotNetDev>git clone https://xxxxx@bitbucket.org/xxxxx/xxxxx.git
Cloning into 'xxxxx'...
fatal: Invalid credentials
Password for 'https://xxxxx@bitbucket.org':
remote: Bitbucket Cloud recently stopped supporting account passwords for Git authentication.
remote: See our community post for more details: https://atlassian.community/t5/x/x/ba-p/1948231
remote: App passwords are recommended for most use cases and can be created in your Personal settings:
remote: https://bitbucket.org/account/settings/app-passwords/
fatal: Authentication failed for 'https://bitbucket.org/xxxxx/xxxxx.git/'
Hey Jim,
I have censored your post as this is a public forum and you had included your personal workspaceID/repo URL.
To make use of the AppPassword - your clone command should have the AppPassword listed beside the username, as well as your remote URL's in the following format:
Remote URL
git remote set-url origin https://USERNAME:APP_PASSWORD@bitbucket.org/workspaceID/reposlug.git
Clone Command
git clone https://USERNAME:APP_PASSWORD@bitbucket.org/workspaceID/reposlug.git
Please try this and let me know how it goes.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.