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

fatal: unable to access 'https://afni.nimh.nih.gov/pub/dist/data/afni_data/.git/' #504

Open
npavlovikj opened this issue Jul 26, 2023 · 0 comments

Comments

@npavlovikj
Copy link

Hi,

I have been trying to compile the source code of afni 23.1.10 since yesterday using cmake, but I keep getting the following error:

[INFO] Attempting to clone from https://afni.nimh.nih.gov/pub/dist/data/afni_data/.git to /opt/conda/conda-bld/afni_1690391380007/work/build/afni_data 
[  1%] Building C object src/SUMA/GLUT/libglut/CMakeFiles/GLUT.dir/glut_dials.c.o
[INFO] Completed clone attempts for Dataset(/opt/conda/conda-bld/afni_1690391380007/work/build/afni_data) 
install(error): $SRC_DIR/build/afni_data (dataset) [Failed to clone from any candidate source URL. Encountered errors per each url were:
- https://afni.nimh.nih.gov/pub/dist/data/afni_data
  CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false clone --progress https://afni.nimh.nih.gov/pub/dist/data/afni_data $SRC_DIR/build/afni_data' failed with exitcode 128 [err: 'Cloning into '$SRC_DIR/build/afni_data'...
fatal: unable to access 'https://afni.nimh.nih.gov/pub/dist/data/afni_data/': The requested URL returned error: 403']
- https://afni.nimh.nih.gov/pub/dist/data/afni_data/.git
  CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false clone --progress https://afni.nimh.nih.gov/pub/dist/data/afni_data/.git $SRC_DIR/build/afni_data' failed with exitcode 128 [err: 'Cloning into '$SRC_DIR/build/afni_data'...
fatal: unable to access 'https://afni.nimh.nih.gov/pub/dist/data/afni_data/.git/': The requested URL returned error: 403']]

I am getting the same error even when I omit -DDOWNLOAD_TEST_DATA=ON from cmake.

Is this message the reason for the failed build, or there are some changes I need to do in my cmake settings in order to successfully compile afni?

Thank you,
Natasha

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

1 participant