You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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'... [email protected]: 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 '[email protected]: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'... [email protected]: 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 '[email protected]: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'... [email protected]: 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 '[email protected]: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'... [email protected]: 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 '[email protected]: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.
The text was updated successfully, but these errors were encountered:
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'...
[email protected]: 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 '[email protected]: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'...
[email protected]: 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 '[email protected]: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'...
[email protected]: 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 '[email protected]: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'...
[email protected]: 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 '[email protected]: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.
The text was updated successfully, but these errors were encountered: