pybind11_examples icon indicating copy to clipboard operation
pybind11_examples copied to clipboard

cloning recursive fails.

Open grotius-cnc opened this issue 2 years ago • 1 comments

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$

grotius-cnc avatar Oct 21 '22 23:10 grotius-cnc

I got the issue too. but I solved by just cloning the subrepo... You might want to checkout https://github.com/facebookresearch/rebel/issues/5#issue-718745245

JunseongAHN avatar Jan 06 '23 01:01 JunseongAHN