Support #742
closedURL of the git repository stopped working
0%
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.
Updated by Jörg Riesmeier over 8 years ago
- Status changed from New to Closed
Should be fixed now (by JaS on 2017-06-06).
Updated by Waldir Pimenta over 8 years ago
Thank you. I just confirmed, git clone http://git.dcmtk.org/dcmtk
now works as expected (as does using the git://
protocol).