retro-esp32 / RetroESP32

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

submodules: git clone using https instead of ssh #110

Closed KD-MM2 closed 1 year ago

KD-MM2 commented 1 year ago

Due to ssh errors when running git clone, likes:

fatal: clone of 'git@github.com:IlyaMZP/emulator-launcher-odroid-go.git' into submodule path '/Users/kaotd/esp/esp-idf/RetroESP32/Launchers/emulator-launcher-odroid-go' failed
Failed to clone 'Launchers/emulator-launcher-odroid-go'. Retry scheduled
Cloning into '/Users/kaotd/esp/esp-idf/RetroESP32/Odroid/odroid-go-firmware'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

I updated .gitmodules to fetch the repo using https instead of ssh.

RodrigoDornelles commented 1 year ago

it's a bad idea, your problem is personal, and ssh replaces the deprecated https for security and automation reasons.