Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git submodule update error #265

Open
bebing2 opened this issue May 20, 2023 · 0 comments
Open

git submodule update error #265

bebing2 opened this issue May 20, 2023 · 0 comments

Comments

@bebing2
Copy link

bebing2 commented May 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant