You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been getting this error:
'[RuntimeException]
Failed to execute git checkout '178d32195253207cc74097296e25079a23f0b2e5' -- && git reset --har
d '178d32195253207cc74097296e25079a23f0b2e5' --
fatal: not a git repository (or any of the parent directories): .git '
After that, when I go into the directory and try composer install or composer update, I have the missing files. I have updated composer and git, cleared the composer cache, and tried again... same error and same problem.
Finally, I added "--no-install" to the composer create-project command, and did composer install manually. This seems to have worked - no errors and all of my files.
Hi guys,
after install via composer there aren't files like
index.php
, look:Env:
What's wrong?
The text was updated successfully, but these errors were encountered: