robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

git submodule update error #265

Open bebing2 opened 1 year ago

bebing2 commented 1 year ago

Hi, I ran into similar problems as another fellow where pip was failing with a wheel error. I installed that and am getting the same errors he had. I am using python3.7. So I moved to these instructions:

git clone https://github.com/robmcmullen/omnivore.git cd omnivore git submodule init git submodule update python setup.py build_ext --inplace

but I am getting errors when I do the update command. I tried generating new keys as described by github help but none worked.

git submodule update Cloning into '/usr/src/omnivore-gitlab-2023-05-20/omnivore/lib6502/6502-emu'... 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:robmcmullen/6502-emu.git' into submodule path '/usr/src/omnivore-gitlab-2023-05-20/omnivore/lib6502/6502-emu' failed Failed to clone 'lib6502/6502-emu'. Retry scheduled Cloning into '/usr/src/omnivore-gitlab-2023-05-20/omnivore/libatari800/atari800'... 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:robmcmullen/atari800.git' into submodule path '/usr/src/omnivore-git lab-2023-05-20/omnivore/libatari800/atari800' failed Failed to clone 'libatari800/atari800'. Retry scheduled Cloning into '/usr/src/omnivore-gitlab-2023-05-20/omnivore/libudis/udis'... 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:robmcmullen/udis.git' into submodule path '/usr/src/omnivore-gitlab-2023-05-20/omnivore/libudis/udis' failed Failed to clone 'libudis/udis'. Retry scheduled Cloning into '/usr/src/omnivore-gitlab-2023-05-20/omnivore/lib6502/6502-emu'... 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:robmcmullen/6502-emu.git' into submodule path '/usr/src/omnivore-gitlab-2023-05-20/omnivore/lib6502/6502-emu' failed Failed to clone 'lib6502/6502-emu' a second time, aborting

Let me know if anyone has any ideas.