Git casesensitive rename bug

The problem: Commit failed with error 0 files committed, 2 files failed to commit: upd – xyz file transfer Will not add file alias ’src/SomeBundle/Utils/Ftp.php‘
(’src/SomeBundle/Utils/ftp.php‘ already exists in index)

If you rename sometimes something in git, like ftp.php to Ftp.php, it can be that git won’t push the commit in Phpstorm anymore. A simple manual commit from the shell does the trick for me.

Git casesensitive rename bug weiterlesen