gymrek-lab / LongTR

Tandem repeat genotyping with long reads
GNU General Public License v2.0
19 stars 0 forks source link

Issue Cloning LongTR Repository: Permission Denied #9

Closed isrbbc closed 2 months ago

isrbbc commented 2 months ago

Hello,

I am having trouble cloning the LongTR repository on GitHub. When I run git clone git@github.com:gymrek-lab/LongTR.git, I keep getting this error:

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

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

I haven't been able to get past it. Any help on this would be awesome. Thanks a ton!

Cheers, Indhu

heliziii commented 2 months ago

Hello,

This issue is because GitHub is not able to authorize you. please follow the instructions here:

https://stackoverflow.com/questions/12940626/github-error-message-permission-denied-publickey

Best, Helia

isrbbc commented 2 months ago

Thank you!