lfranke / TRIPS

Home Page:https://lfranke.github.io/trips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal: could not read from the remote repository

Tekn1ck opened this issue · comments

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.

You can also download the repo like this

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

perfect - that worked!

Kindly please close the issue