Closed antoimau closed 2 years ago
not that this is early development version, Elastix doesn't even compile yet
The submodule is pointing to a non-existent repo,
https://github.com/vfonov/elastix-1/tree/a960cd3297e3d84902493a08423a2a4d034549ce
Try doing a regular clone without the branch option and then git checkout
and git submodule update --recursive
Hello,
I try to build and use the latest development version of the minc-toolkit. So I tried the following:
But this call would fail to grab and clone the Elastix submodule and displaying this error message:
Also after I go inside the repository I just cloned, the folder Elastiux would be empty. When I am browsing the https://github.com/BIC-MNI/minc-toolkit-v2 page and selecting
develop-1.9.19
, if we go inside the Elastix submodule, we would get anError 404
web page saying the content is not available.Did I do something wrong here? I feel the commit of Elastix associated with the branch
develop-1.9.19
is somehow bad but I could be wrong.Thanks guys