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.
When i try to perform a clone of my repo i'm getting this error:
Error : fatal : unable to access 'https://my_username@bitbucket.org/my_workspace/my_proyect.git' The requested URL returned error : 403
The problem only happens with new users, old users can execute clone,push,pull, etc.
Also this only happens in my centos server, on windows works well.
Hi @ecamposc
403 --> Unauthorized!!
Create an app password and then use the URL like this to authenticate with the repo
git clone https://my_username:app-password@bitbucket.org/my_workspace/my_proyect.git
Let me know if this works
Thanks,
Pramodh
@Pramodh M is correct. Bitbucket Cloud has deprecated using your account password for logging in via HTTPS. Here's the notice: https://bitbucket.org/blog/deprecating-atlassian-account-password-for-bitbucket-api-and-git-activity
New users need to create an app password and use the app password for doing git operations. Here are instructions for doing so: https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/?utm_source=alert-email&utm_medium=email&utm_campaign=bitbucket-2sv-recovery_EML-12245&jobid=105410133&subid=1572023706
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.