calico / solo

software to detect doublets
MIT License
85 stars 13 forks source link

Can not read from remote repository #46

Closed thugib closed 4 years ago

thugib commented 4 years ago

When I run the command: git clone git@github.com:calico/solo.git && cd solo && conda create -n solo python=3.6 && conda activate solo && pip install -e

I get this message:

Cloning into 'solo'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

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

Or if I run the command with sudo :

 The authenticity of host 'github.com (140.82.113.4)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,140.82.113.4' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
njbernstein commented 4 years ago

Hi there,

Can you pip install solo-sc instead?

thugib commented 4 years ago

Yes, thank you, the pip install worked.

njbernstein commented 4 years ago

cool closing this