pFUnit icon indicating copy to clipboard operation
pFUnit copied to clipboard

cloning pFUnit with submodules requires git version > 1.8.3.1

Open kurtsansom opened this issue 3 years ago • 1 comments

Update the documentation to add requirement for newer version of git. i.e. git 1.8.3.1 and git 1.X probably won't work.

git clone --recursive fails for older git versions. other variants of git clone + git submodules --init --recursive also failed.

The issue was resolved by using a newer version of git, version 2.17.1 and 2.30.0 but is not indicated in the documentation.

kurtsansom avatar Jan 29 '21 15:01 kurtsansom

it appears to be happening on newer versions of git as well. e.g. git version 2.1.4

kurtsansom avatar Feb 04 '21 03:02 kurtsansom