I have set SSH Key for by Bitbucket account but still I can't Clone my repo, i'm using
Ubuntu 20.04.1 LTS
Where i run ssh -v git@bitbucket.org
debug1: Host 'bitbucket.org' is known and matches the RSA host key.
You can use git or hg to connect to Bitbucket. Shell access is disabled
git clone git@bitbucket.org:myAccount/<repo_name>.git
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Hi @albogast kiyogoma ,
Could you please run the following command and share the output here? (You may remove the workspace id and repo name from the output)
GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.org:<workspace-id>/<repo_name>.git
There are many possible reasons for this error, and this command will give more verbose output and very possibly an indication of what may be going wrong.
A few more questions:
Kind regards,
Theodora
Hello Theodora,
Thanks for your help. I was faced with multiple SSH keys in the .ssh.
Now I worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good to hear, thank you for the update!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.