Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied (publickey) #98

Open
infografik opened this issue Sep 19, 2019 · 1 comment
Open

Permission denied (publickey) #98

infografik opened this issue Sep 19, 2019 · 1 comment

Comments

@infografik
Copy link

infografik commented Sep 19, 2019

Error Output:
Warning: Permanently added the RSA host key for IP address 'Bitbucket IP6' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights the repository exists.

  1. The same operation (clone) is succesful, with identical command:
    git clone -q -b master [email protected]:my_space/my_repo.git /dir/repo
  2. Troubleshooting Connection Issues to Remote SSH Servers - ready
  3. Keys added to Bitbucket (local and remote) and Bitbuctet to my both

The reason for the failure given in the message is incorrect!


Solved:
the key must be named id_rsa and not another_rsa

Please add this information to the documentation.

@Tommy647
Copy link

Tommy647 commented Jun 2, 2020

Solved:
the key must be named id_rsa and not another_rsa

Please add this information to the documentation.

Lost an hour to this, should be in the documentation please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants