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
I have access to the repo on bitbucket with my bitbucket account. I am able to login to my account without any issue on the frontend.
When I try to clone the repo, either through HTTPS or SSH, when prompted for my password the authentication fails every time.
I am not sure if this is an error or am I missing something? I have worked with bitbucket in the past and this is the first time this is coming up.
Thanks,
Hi @Evan and welcome to the community!
We have deprecated the use of account passwords for Git over HTTPS and API:
Your account's password can be used only for logging in to https://bitbucket.org/ from browser. If you want to clone, pull, or push to a repo with HTTPS, you can generate an app password for your account and use that instead of a password (in combination with your username):
SSH doesn't require password authentication, authentication is done with the SSH keys you set up for Bitbucket Cloud:
If you defined a passphrase for the SSH key pair you use for Bitbucket Cloud, then you will get asked for the SSH key pair's passphrase. You could also generate an SSH key pair without a passphrase and use that instead.
If you have any questions, please feel free to reach out.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.