You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The same operation (clone) is succesful, with identical command:
git clone -q -b master [email protected]:my_space/my_repo.git /dir/repo
Troubleshooting Connection Issues to Remote SSH Servers - ready
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.
The text was updated successfully, but these errors were encountered:
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.
git clone -q -b master [email protected]:my_space/my_repo.git /dir/repo
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.
The text was updated successfully, but these errors were encountered: