当前位置:   article > 正文

Git 遇到“File name too long”问题_git config core.longpaths true

git config core.longpaths true

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.

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/550597
推荐阅读
相关标签
  

闽ICP备14008679号