赞
踩
1. 在git的命令行界面(git bash)或者Terminal 中输入
git config --get core.longpaths ,
可以看到界面中是返回了“false”;
2. 接着我们就可以输入
git config core.longpaths true设置core.longpaths这个配置项为true。
如果还是不行,就输入
git config --global core.longpaths true
然后问题“File name too long”得到解决,git bash 中git config --get core.longpaths 的返回是true.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。