Open ghost opened 2 years ago
The following line in the install instructions no longer works: git clone git://github.com/glennhickey/progressiveCactus.git
git clone git://github.com/glennhickey/progressiveCactus.git
This seems to work: git clone https://github.com/glennhickey/progressiveCactus.git
git clone https://github.com/glennhickey/progressiveCactus.git
The same error pops up when running the below command: git submodule update --init
git submodule update --init
to fix both issues: git config --global url."https://".insteadOf git://
git config --global url."https://".insteadOf git://
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://