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

cloning recursive fails. #10

Open
grotius-cnc opened this issue Oct 21, 2022 · 1 comment
Open

cloning recursive fails. #10

grotius-cnc opened this issue Oct 21, 2022 · 1 comment

Comments

@grotius-cnc
Copy link

Hi,

The clone --recursive command fails. Then i tried your second way, that also failed.
Strange?

pc:/Downloads/pybind11_examples$ git submodule init
user@pc:
/Downloads/pybind11_examples$ git submodule update
Cloning into '/home/user/Downloads/pybind11_examples/pybind11'...
[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]:pybind/pybind11.git' into submodule path '/home/user/Downloads/pybind11_examples/pybind11' failed
Failed to clone 'pybind11'. Retry scheduled
Cloning into '/home/user/Downloads/pybind11_examples/pybind11'...
[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]:pybind/pybind11.git' into submodule path '/home/user/Downloads/pybind11_examples/pybind11' failed
Failed to clone 'pybind11' a second time, aborting
user@pc:~/Downloads/pybind11_examples$

@JunseongAHN
Copy link

I got the issue too. but I solved by just cloning the subrepo... You might want to checkout facebookresearch/rebel#5 (comment)

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

2 participants