I was just trying to copy my files to the newly created local git repository and stage them. But when i tried git status
what i get is:
fatal: Unknown index entry format 2e650000
fatal: 'git status --porcelain=2' failed in submodule vendor/dektrium/yii2-rbac
I red some answers but didn't realise how to fix it. Saw the git mv
command but i don't want to move the module nowhere. How should i fix this? Thank you in advance!
P.S. The php framework is Yii2, if that matters somehow.