glennhickey / progressiveCactus

Distribution package for the Prgressive Cactus multiple genome aligner. Dependencies are linked as submodules
Other
79 stars 26 forks source link

The unauthenticated git protocol on port 9418 is no longer supported. #130

Open ghost opened 2 years ago

ghost commented 2 years ago

The following line in the install instructions no longer works: git clone git://github.com/glennhickey/progressiveCactus.git

This seems to work: git clone https://github.com/glennhickey/progressiveCactus.git

The same error pops up when running the below command: git submodule update --init

to fix both issues: git config --global url."https://".insteadOf git://