deprekate / PHANOTATE

PHANOTATE: a tool to annotate phage genomes.
GNU General Public License v3.0
69 stars 8 forks source link

Makefile error #10

Closed kshingler closed 5 years ago

kshingler commented 5 years ago

Showing 2 errors during install below:

git clone --recursive git@github.com:deprekate/PHANOTATE.git Cloning into 'PHANOTATE'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

PHANOTATE-master kshingle$ make cd fastpath && /Applications/Xcode.app/Contents/Developer/usr/bin/make make[1]: No targets specified and no makefile found. Stop. make: [all] Error 2

deprekate commented 5 years ago

Hi, this is an issue with not having rsa keys set up for github. You can create your own keys, or you can use the direct read-only url (which I updated in the README) with the command:

git clone --recursive https://github.com/deprekate/PHANOTATE.git