windows 操作系统下git报filename too long 处理方法
Posted igoodful
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 操作系统下git报filename too long 处理方法相关的知识,希望对你有一定的参考价值。
两种方法解决:
一是通过修改配置文件
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true longpaths = true
二是通过命令修改,本质是一样的:
# 在git bash中,运行下列命令: git config --global core.longpaths true
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
以上是关于windows 操作系统下git报filename too long 处理方法的主要内容,如果未能解决你的问题,请参考以下文章
Windows下Git使用报错:warning:LF will be replaced by CRLF in
Windows命令行下启动git extensions,然后运行git命令报错,为啥
Windows下Git使用报错:warning:LF will be replaced by CRLF in ××××.××