I have set up a LAMP application on my droplet
I have used my set DO ssh key which is the same used for my mac and my bitbucket account.
I install git and create a folder at the /var/www level.
CD into the folder and run my git clone command but get the following error
Warning: Permanently added the RSA host key for IP address ‘131.103.20.167’ 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 and the repository exists.
Any ideas how to fix this? *ssh keys not my strong point
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
@pmcgeough
Have you checked the documentation over on GitHub (see the link below)?
https://help.github.com/articles/error-permission-denied-publickey/
This is actually a pretty common error and the above link should help you resolve the issue :-).