benedictpaten / marginPhase

MIT License
34 stars 16 forks source link

Unable to checkout repository #14

Open lionturkey opened 5 years ago

lionturkey commented 5 years ago

Hi!

Somebody recommended I use marginPhase to get a VCF for our data. I'm trying to check out the repository, but I'm unable to. Any thoughts?

git clone git@github.com:benedictpaten/marginPhase.git Cloning into 'marginPhase'... Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

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

sachet-mittal commented 5 years ago

Try using the https instead of ssh. git clone https://github.com/benedictpaten/marginPhase.git

If you really want to use SSH follow this: https://help.github.com/articles/connecting-to-github-with-ssh/