unable to init cpython submodule
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Hi, thanks for the great project, I am learning a lot from it.
Trying to build it, so tried to follow the build process in README.md but failed to clone cpython, I can I resolve this issue?
-------------------------------
Cloning cpyhon alone works
❯ git clone https://github.com/holzschu/cpython
Cloning into 'cpython'...
remote: Enumerating objects: 1013719, done.
remote: Total 1013719 (delta 0), reused 0 (delta 0), pack-reused 1013719 (from 1)
Receiving objects: 100% (1013719/1013719), 900.40 MiB | 11.34 MiB/s, done.
Resolving deltas: 100% (798217/798217), done.
-------------------------------
Cloning cpython as a submodule does not work
❯ git --version
git version 2.50.1 (Apple Git-155)
❯ git clone https://github.com/holzschu/a-shell
Cloning into 'a-shell'...
remote: Enumerating objects: 42264, done.
remote: Counting objects: 100% (387/387), done.
remote: Compressing objects: 100% (177/177), done.
remote: Total 42264 (delta 260), reused 211 (delta 210), pack-reused 41877 (from 4)
Receiving objects: 100% (42264/42264), 137.72 MiB | 12.76 MiB/s, done.
Resolving deltas: 100% (12801/12801), done.
Updating files: 100% (20316/20316), done.
❯ cd a-shell
❯ git submodule update --init --recursive
Submodule 'cpython' (git@github.com:holzschu/cpython.git) registered for path 'cpython'
Cloning into '/Users/kangmo/projs/a-shell/cpython'...
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:holzschu/cpython.git' into submodule path '/Users/kangmo/projs/a-shell/cpython' failed
Failed to clone 'cpython'. Retry scheduled
Cloning into '/Users/kangmo/projs/a-shell/cpython'...
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:holzschu/cpython.git' into submodule path '/Users/kangmo/projs/a-shell/cpython' failed
Failed to clone 'cpython' a second time, aborting
❯ git clone https://github.com/holzschu/a-shell
Cloning into 'a-shell'...
remote: Enumerating objects: 42264, done.
remote: Counting objects: 100% (387/387), done.
remote: Compressing objects: 100% (177/177), done.
remote: Total 42264 (delta 260), reused 211 (delta 210), pack-reused 41877 (from 4)
Receiving objects: 100% (42264/42264), 137.72 MiB | 12.76 MiB/s, done.
Resolving deltas: 100% (12801/12801), done.
Updating files: 100% (20316/20316), done.
❯ cd a-shell
❯ git submodule update --init --recursive
Submodule 'cpython' (git@github.com:holzschu/cpython.git) registered for path 'cpython'
Cloning into '/Users/kangmo/projs/a-shell/cpython'...
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:holzschu/cpython.git' into submodule path '/Users/kangmo/projs/a-shell/cpython' failed
Failed to clone 'cpython'. Retry scheduled
Cloning into '/Users/kangmo/projs/a-shell/cpython'...
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:holzschu/cpython.git' into submodule path '/Users/kangmo/projs/a-shell/cpython' failed
Failed to clone 'cpython' a second time, aborting
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.