When I run composer install --prefer-source or try to update this specific package (others work well), I get this error:
Failed to download some-bundle from source: Failed to execute git checkout 'xx' -- && git reset --hard 'xx' -- error: The following untracked working tree files would be overwritten by checkout: ... [ list of all files in repo on a branch that interests me ] ... Please move or remove them before you can switch branches. Aborting
I suppose I messed up something in the package repository, but I have no idea what.
- I am cloning a new project repository
- I try "install --prefer source linker" and still get this error.
Interestingly, the error only occurs on the docker on the MAC. On another linux pc, it works fine.
git github php composer-php
mmmm
source share