windows系统中git下拉代码同名大小写文件系统冲突问题解决


 

关于git拉取gitee的代码到windows本地,执行测试报错,原因是windows下不能区分大小写两个相同的文件名

 

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

解决方案:

linux系统里边,git拉取代码,

使用git rm命令删除有冲突的小写同名的文件

git rm vip1ISpaPublish.py

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM