0

I've been trying to clone a template for a project the we are ment to fork and download through cmd and I followed all the instructions for setting this up but now when I try on my laptop I it wont let me access it? I get the following error:

Cloning into 'ionic-assignment'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
conor tighe.
  • 121
  • 2
  • 19

1 Answers1

1

From my experience this probably means you are using ssh and haven't set up ssh keys. Here is an explanation of what that is: http://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key

If you are using GitHub or BitBucket, this process is very straightforward.

GitHub: https://help.github.com/articles/generating-ssh-keys/

Phillip Martin
  • 1,910
  • 15
  • 30