# 全局 git config --global core.longpaths true # 当前仓库 git config core.longpaths true
本文介绍如何通过修改Git配置来支持长文件路径,避免在Windows系统中因路径过长而导致的操作失败。提供了全局及特定仓库两种配置方法。
# 全局 git config --global core.longpaths true # 当前仓库 git config core.longpaths true
转载于:https://www.cnblogs.com/EasonJim/p/10803855.html
1431

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