git pull file name too long

git pull时的报错:

fatal: cannot create directory at 'src/assets/nodejs/node_modules/optimage/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/ext-name/node_modules/ext-list/node_modules/got/node_modules': Filename too long

意思是我的文件名太长了,在win下不支持。

解决办法是在git settings里编辑本地配置文件,增加longpaths = true属性。

或者用git bash执行git config core.longpaths true。

或者使用git bash更新


你可能感兴趣的:(环境配置,经验,工具)