-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commands about download planner and related dependencies #117
Comments
Hola Sergio, I have been using this in the last couple of weeks too :-)
I was able to do that and then git submodules worked out well:
|
Hi Javi, make sure that you have access to github with SSH. Test if it's working correctly as explained here: https://help.github.com/articles/testing-your-ssh-connection/ and if it fails, follow this instructions: https://help.github.com/articles/connecting-to-github-with-ssh/ |
Hi Sebastian, I am Javi, sorry for the confusion. Regarding the first point, referencing the private repository works I only mentioned it should be modified in the documentation. And in the second point, it seems that I didn't set the SSH key to my user account that is a requirement to update submodules. Thank you very much for the fast reply. Javi |
Yup, the documentation is not modified as this will eventually be made public and moved to the standard |
When executing this line:
git clone --branch=v2 https://github.com/aig-upf/fs.git fs-planner
It uses the public repository where branch v2 does not exist (either create a new branch in public or modify the command referencing the private repository)
I get this output when I try to execute
git submodule update --init
Cloning into 'submodules/lapkt-base'...
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:aig-upf/lapkt-base.git' into submodule path 'submodules/lapkt-base' failed
It stops at this point but I guess same happens with rapidjson submodule.
My workaround for lapkt was to execute
git submodule add https://github.com/aig-upf/lapkt-base
.The text was updated successfully, but these errors were encountered: