[list]
[*]Update to msysgit 1.9 (or later)
[*]Launch Git Bash
[*]Got to your Git repository which 'suffers' of long paths issue
[*]Enable long paths support with git config core.longpaths true
[/list]
[*]Update to msysgit 1.9 (or later)
[*]Launch Git Bash
[*]Got to your Git repository which 'suffers' of long paths issue
[*]Enable long paths support with git config core.longpaths true
[/list]
git config --system core.longpaths true
本文介绍了解决Git中长路径问题的方法。首先确保安装了Git版本1.9或更高版本,然后通过Git Bash导航到出现问题的仓库,并使用命令启用对长路径的支持。
1005

被折叠的 条评论
为什么被折叠?



