Reference is not a tree
Opened this issue · 0 comments
vstuerzer commented
when trying to install thunder with "composer create-project burdamagazinorg/thunder-project thunder --no-interaction" the following error is thrown:
[RuntimeException]
Failed to execute git checkout '178d32195253207cc74097296e25079a23f0b2e5' -- && git reset --hard '
178d32195253207cc74097296e25079a23f0b2e5' --
fatal: reference is not a tree: 178d32195253207cc74097296e25079a23f0b2e5
Solution: direct to folder "thunder" and run "composer install"