git 添加node_modules文件夹报错: filename too long

使用git add node_modeles 添加文件夹报错,报错信息:

----fatal: unable to stat 'node_modules/gulp-connect/node_modules/gulp-util/node_modules/dateformat/node_modules/meow/node_modules/normalize-package-data/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parser.generated.js': Filename too long

解决办法:

git config --system core.longpaths true

查看设置状态是否修改成功

git config core.longpaths
ture

再次添加成功。

posted on   tylerGuo  阅读(760)  评论(0编辑  收藏  举报

导航

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示