retro-esp32 / RetroESP32

Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
Creative Commons Attribution Share Alike 4.0 International
600 stars 93 forks source link

DIY.md - git clone return #109

Closed KD-MM2 closed 1 year ago

KD-MM2 commented 2 years ago

I'm now trying to compile the project. but in the first step, it's broken.

kaotd@Caos-MacBook-Pro ~ % git clone -b master --single-branch git@github.com:retro-esp32/RetroESP32.git --recursive

Cloning into 'RetroESP32'...
The authenticity of host 'github.com (20.205.243.166)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,20.205.243.166' (ECDSA) 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.
kaotd@Caos-MacBook-Pro ~ % 

then i tried: git clone --recursive https://github.com/retro-esp32/RetroESP32 then the terminal return:

kaotd@Caos-MacBook-Pro ~ % git clone --recursive https://github.com/retro-esp32/RetroESP32
Cloning into 'RetroESP32'...
remote: Enumerating objects: 14740, done.
remote: Counting objects: 100% (461/461), done.
remote: Compressing objects: 100% (181/181), done.
remote: Total 14740 (delta 166), reused 440 (delta 151), pack-reused 14279
Receiving objects: 100% (14740/14740), 365.77 MiB | 12.42 MiB/s, done.
Resolving deltas: 100% (5668/5668), done.
Updating files: 100% (6247/6247), done.
Submodule 'Emulators/frodo-go' (git@github.com:OtherCrashOverride/frodo-go.git) registered for path 'Emulators/frodo-go'
Submodule 'Emulators/go-play' (git@github.com:OtherCrashOverride/go-play.git) registered for path 'Emulators/go-play'
Submodule 'Emulators/odroid-go-handy' (git@github.com:pelle7/odroid-go-handy.git) registered for path 'Emulators/odroid-go-handy'
Submodule 'Emulators/odroid-go-pcengine-huexpress' (git@github.com:pelle7/odroid-go-pcengine-huexpress.git) registered for path 'Emulators/odroid-go-pcengine-huexpress'
Submodule 'Emulators/odroid-go-spectrum-emulator' (git@github.com:pelle7/odroid-go-spectrum-emulator.git) registered for path 'Emulators/odroid-go-spectrum-emulator'
Submodule 'Emulators/pitpo' (git@github.com:pitpo/go-play.git) registered for path 'Emulators/pitpo'
Submodule 'Emulators/prosystem-odroid-go' (git@github.com:OtherCrashOverride/prosystem-odroid-go.git) registered for path 'Emulators/prosystem-odroid-go'
Submodule 'Emulators/retro-go' (git@github.com:ducalex/retro-go.git) registered for path 'Emulators/retro-go'
Submodule 'Emulators/stella-odroid-go' (git@github.com:OtherCrashOverride/stella-odroid-go.git) registered for path 'Emulators/stella-odroid-go'
Submodule 'Emulators/super-go-play' (git@github.com:mattkj/super-go-play.git) registered for path 'Emulators/super-go-play'
Submodule 'Launchers/emulator-launcher-odroid-go' (git@github.com:IlyaMZP/emulator-launcher-odroid-go.git) registered for path 'Launchers/emulator-launcher-odroid-go'
Submodule 'Odroid/odroid-go-firmware' (git@github.com:OtherCrashOverride/odroid-go-firmware.git) registered for path 'Odroid/odroid-go-firmware'
Cloning into '/Users/kaotd/RetroESP32/Emulators/frodo-go'...
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.
fatal: clone of 'git@github.com:OtherCrashOverride/frodo-go.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/frodo-go' failed
Failed to clone 'Emulators/frodo-go'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/go-play'...
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.
fatal: clone of 'git@github.com:OtherCrashOverride/go-play.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/go-play' failed
Failed to clone 'Emulators/go-play'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/odroid-go-handy'...
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.
fatal: clone of 'git@github.com:pelle7/odroid-go-handy.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/odroid-go-handy' failed
Failed to clone 'Emulators/odroid-go-handy'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/odroid-go-pcengine-huexpress'...
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.
fatal: clone of 'git@github.com:pelle7/odroid-go-pcengine-huexpress.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/odroid-go-pcengine-huexpress' failed
Failed to clone 'Emulators/odroid-go-pcengine-huexpress'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/odroid-go-spectrum-emulator'...
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.
fatal: clone of 'git@github.com:pelle7/odroid-go-spectrum-emulator.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/odroid-go-spectrum-emulator' failed
Failed to clone 'Emulators/odroid-go-spectrum-emulator'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/pitpo'...
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.
fatal: clone of 'git@github.com:pitpo/go-play.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/pitpo' failed
Failed to clone 'Emulators/pitpo'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/prosystem-odroid-go'...
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.
fatal: clone of 'git@github.com:OtherCrashOverride/prosystem-odroid-go.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/prosystem-odroid-go' failed
Failed to clone 'Emulators/prosystem-odroid-go'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/retro-go'...
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.
fatal: clone of 'git@github.com:ducalex/retro-go.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/retro-go' failed
Failed to clone 'Emulators/retro-go'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/stella-odroid-go'...
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.
fatal: clone of 'git@github.com:OtherCrashOverride/stella-odroid-go.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/stella-odroid-go' failed
Failed to clone 'Emulators/stella-odroid-go'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/super-go-play'...
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.
fatal: clone of 'git@github.com:mattkj/super-go-play.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/super-go-play' failed
Failed to clone 'Emulators/super-go-play'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Launchers/emulator-launcher-odroid-go'...
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.
fatal: clone of 'git@github.com:IlyaMZP/emulator-launcher-odroid-go.git' into submodule path '/Users/kaotd/RetroESP32/Launchers/emulator-launcher-odroid-go' failed
Failed to clone 'Launchers/emulator-launcher-odroid-go'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Odroid/odroid-go-firmware'...
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.
fatal: clone of 'git@github.com:OtherCrashOverride/odroid-go-firmware.git' into submodule path '/Users/kaotd/RetroESP32/Odroid/odroid-go-firmware' failed
Failed to clone 'Odroid/odroid-go-firmware'. Retry scheduled
Cloning into '/Users/kaotd/RetroESP32/Emulators/frodo-go'...
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.
fatal: clone of 'git@github.com:OtherCrashOverride/frodo-go.git' into submodule path '/Users/kaotd/RetroESP32/Emulators/frodo-go' failed
Failed to clone 'Emulators/frodo-go' a second time, aborting
kaotd@Caos-MacBook-Pro ~ % 

I THINK WE HAVE REPO'S PERMISSION PROBLEM HERE. THANKS

sdorre commented 2 years ago

have you tried to setup ssh authentication on Github first?

https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/github-clone-with-ssh-keys