Operating system: Ubuntu 16.04
Slicer version: Git
Expected behavior: compiles
Actual behavior: does not compile (does not clone into dcmtk through http)
Hi all,
I just set up a new development environment which sits behind a http/https proxy, no full internet access, especially no git access. I tried to compile Slicer but it stops at the Cloning into ‘DCMTK’ step. When setting the Slicer_USE_GIT_PROTOCOL option to ‘NO’ the error looks like this (with yes it stops at any git:// link).
Cloning into ‘DCMTK’…
fatal: repository ‘http://git.dcmtk.org/dcmtk/’ not found
Thank you,
Tobias