I just cloned a project using git and opened a new branch. After changing just 1 file I tried to commit the changes but it shows me that I am commiting like 3000+ files. After clicking on any file to see the differences, the phpstorm says "no differences".
I heard that might be an error related to line endings but I have no idea what to do actually right now. Could you please help me? It is impossible to verify 3000 files right now, and I dont want to destroy the project by pushing something crazy.
I tried changing line endings in phpstorm to LF (unix) and CRLF (windows) but it doesnt help at all. I heard it might be necessary to also change it in git, so I tried to run some random recommended commands but no results at all.
EDIT: added 100 reputation bounty. I cannot resolve this problem
SOLUTION: Okay, looks like it was privilege issue. I gave chmod 777 on all directories and it was too much.