git - TFS does not support having the same item with different cases in the same path -


i tried checkin project on mac tfs. when run command: git tf checkin following error :

tfs not support having same item different cases in same path

i'm new git did research. found git ls-tree command, checked tree , found out files added twice. same problem exists not in last commit in previous commits. think made mistake @ staging process.

how can resolve issue can checkin project tfs ?

edit : found this post didn't need files ignored them. can't that, need files.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -