Actions
Support #742
closedURL of the git repository stopped working
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-03-28
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
It used to be possible to clone the repository using either http://git.dcmtk.org/dcmtk or git://git.dcmtk.org/dcmtk, as indicated in http://git.dcmtk.org.
However, if I try to do git clone http://git.dcmtk.org/dcmtk
, I get the error fatal: repository 'http://git.dcmtk.org/dcmtk/' not found
. I had a local fork with that URL as the remote, and I stopped being able to update it.
Cloning with git clone git://git.dcmtk.org/dcmtk
works as expected, though. So either the http:// protocol needs to be re-enabled, or the instructions at http://git.dcmtk.org need to be updated.
Actions