I'm trying to clone a repo to my work computer so that I can work on a react tutorial and when I say git clone address of the repo I get the following message:
Cloning into 'ReduxSimpleStarter'...
Warning: Permanently added the RSA host key for IP address '145.40.335.302' 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.
Can someone please explain what these lines mean?