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
Post a Comment