zyxue / ncbitax2lin

🐞 Convert NCBI taxonomy dump into lineages
MIT License
140 stars 29 forks source link

problem #4

Closed lfaino closed 5 years ago

lfaino commented 5 years ago

Hi Developer, i get this error when itry to install the tool:

lfaino@LabReverberi_PT /data/software $ git clone git@github.com:zyxue/ncbitax2lin.git
Cloning into 'ncbitax2lin'...
Permission denied (publickey).
fatal: Could not read from remote repository.

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

I even try using sudo

can you help, please?

Cheers Luigi

alienzj commented 5 years ago

Please using https:

git clone https://github.com/zyxue/ncbitax2lin.git
zyxue commented 5 years ago

@lfaino, I think your problem might be related to ssh key setup. If you prefer git protocol over https, try the steps in this link, https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/, and let me know. Thank you.