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.