medInria / medInria-public

Open-source part of the medInria software
https://med.inria.fr/
BSD 4-Clause "Original" or "Old" License
91 stars 70 forks source link

Failed to clone repository: 'git://git.dcmtk.org/dcmtk.git' #1231

Open xiongmingzhi opened 2 months ago

xiongmingzhi commented 2 months ago

[1/4] Performing download step (git clone) for 'DCMTK' FAILED:medInria/medInria-public_ExtProjs/build/tmp/DCMTK/DCMTK-gitclone.cmake && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E touch /Users/xiongzhiyao/Desktop/medInria/medInria-public_ExtProjs/build/Stamp/DCMTK/DCMTK-download Cloning into 'DCMTK'... fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Cloning into 'DCMTK'... fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Cloning into 'DCMTK'... fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. -- Had to git clone more than once: 3 times. CMake Error at /Users/xiongzhiyao/Desktop/medInria/medInria-public_ExtProjs/build/tmp/DCMTK/DCMTK-gitclone.cmake:31 (message): Failed to clone repository: 'git://git.dcmtk.org/dcmtk.git'

ninja: build stopped: subcommand failed.

mathildemerle commented 2 months ago

Hi, you are trying to compile the master branch? Can you try the medInria3.4.x one instead? DCMTK changed its path recently and this branch is updated

xiongmingzhi commented 2 months ago

yes, I compile the master, thanks you