Hi I am Rajiv, a student whose looking to contribute to Boost's GIL library this year for GSOC 2020. I have read through the contribution.md page for setup of the environment for Boost.gil @ https://github.com/boostorg/gil/blob/develop/CONTRIBUTING.md. As I do not have cloning rights for the repo boost.git, I have forked and cloned my fork with --recurse-submodules.This leads me to the following issue: _______ fatal: repository 'https://github.com/rRajivramachandran/accumulators.git/' not found fatal: clone of 'https://github.com/rRajivramachandran/accumulators.git' into submodule path 'libs/accumulators' failed ________ I have been unable to proceed due to this issue. -- Thanks Rajiv
Hi, I believe the Contributing.md for Boost.Gil
for Boost.gil @ https://github.com/boostorg/gil/blob/develop/CONTRIBUTING.md.
asks you to clone the boost parent repository and fork the boostorg/gil
As I do not have cloning rights for the repo boost.git, I have forked and cloned my fork with --recurse-submodules.This leads me to the following Am not quite sure what you mean by this , but you need to fork the boostorg/gil and then "Add your fork as git remote to the Boost.GIL submodule" as mentioned clearly in page. Hope this solves the issue. Thanks, Deb.
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost -- Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html
On Fri, 6 Mar 2020 at 05:23, R Rajiv via Boost
As I do not have cloning rights for the repo boost.git, I have forked and cloned my fork with --recurse-submodules.
boostorg/boost is a public repository and everyone can clone it. Try again. If it fails, paste exact error message but for attempt of cloning the actual Boost repo, not your fork. git clone --recurse-submodules https://github.com/boostorg/boost.git Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (3)
-
deb
-
Mateusz Loskot
-
R Rajiv