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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -