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 get the error when i clone my repository in bitbucket
git@bitbucket.org's password:
Permission denied, please try again.
git@bitbucket.org's password:
Permission denied, please try again.
git@bitbucket.org's password:
git@bitbucket.org: Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
i follow this tutorial https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ and https://support.atlassian.com/bitbucket-cloud/docs/troubleshoot-ssh-issues/ but nothing work
how i can clone my repository with no password ?
Hello @Tolibin ,
Welcome to Atlassian Community.
When using ssh to clone the repository you usually wouldn't be asked to provide a password, unless you have configured a passphrase when you created your ssh key pair.
In order to better understand the issue I would like to check the following :
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.org:<workspace>/<repository>.git
This will add verbose logging to the git command and help us on the investigation.
Hope to hear from you soon!
Thank you, @Tolibin .
Kind regards,
Patrik S.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.