lfranke / TRIPS

https://lfranke.github.io/trips/
MIT License
495 stars 28 forks source link

fatal: could not read from the remote repository #19

Closed Tekn1ck closed 4 months ago

Tekn1ck commented 4 months ago

Hi, I have this issue, probably because I was not sure what to do with the yes/no/fingerprint option after trying to clone the git repository. What should I do to fix this so it installs?

(base) C:\Users\Me>git clone git@github.com:lfranke/TRIPS.git Cloning into 'TRIPS'... The authenticity of host 'github.com (20.248.137.48)' can't be established. ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? fingerprint Please type 'yes', 'no' or the fingerprint: SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

hariharan1412 commented 4 months ago

You can also download the repo like this

git clone https://github.com/lfranke/TRIPS.git

Tekn1ck commented 4 months ago

perfect - that worked!

hariharan1412 commented 4 months ago

Kindly please close the issue