linux - Git permission error when pushing to remote with new files only -


i'm pushing remote git repo , following on newly created files

remote: error: git checkout-index: unable create file 

changes existing files accepted, causing issues. ideas?

you see problem when use git on case-sensitive filesystem, attempting push changes case-insensitive one.

make sure aren't trying commit foo if foo in repository.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -