当前位置:   article > 正文

git 拉取代码时显示Filename too long的解决办法_git file name too long

git file name too long

1、打卡git bash 命令行输入cd XXX项目,切换到项目的目录

2、输入git config --get core.longpaths ,可以看到界面中是返回了“false”;
3、使用git config core.longpaths true设置core.longpaths这个配置项为true。这时再输入git config --get core.longpaths就返回了true

4、不过git config core.longpaths true命令只能当前项目有效,若想全局有效执行,执行一下命令:git config --global core.longpaths true

5、在git pull或者git clone就可以把代码拉到本地了

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

闽ICP备14008679号