开发中,他人提交的文件文件名太长下拉时报错
git的默认配置导致的
修改git 的默认配置 git config --system core.longpaths true
git config --system core.longpaths true