Permission denied (publickey). When trying to clone Repo

Hello when using: git clone git@github.com:roots/roots.git in terminal I get the following:

Cloning into ‘roots’…
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Any thoughts?

  • Daniel
1 Like

You haven’t set up your SSH keys correctly with GitHub. The GitHub docs has a section on SSH keys or you can just connect over https instead.