error in cloning bitbucket repository by ssh

Asked

Viewed 163 times

3

I followed the steps of that website in order to access Bitbucket via SSH on Ubuntu. However when I finished and tried to clone a repository the terminal printed this error:

Warning: Permanently Added the RSA host key for IP address '104.192.143.2' to the list of known hosts. Permission denied (publickey). Fatal: Could not read from remote.

Please make sure you have the correct access Rights and the Repository exists.

So I’d like to know why the mistake? And what to do to fix?

1 answer

1

This is a generic error that says the key that was used to connect was not recognized by the external server. Usually it means that you made some mistake when setting up your public key there in Bitbucket.

Follow the last part of the step-by-step again and must resolve.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.