git clone 在 windows 下显示 Filename too long 的解决办法

出错信息 出错缘由 这是因为 `Git` 有能够建立 4096 长度的文件名,然而在 `Windows` 最可能是 260,而`Git`默认用了旧版本的`Windows API`致使的。 解决方案 使用以下命令修改Git默认配置便可。git 全局生效:web git config --global core.longpaths true 当前项目生效:svg git config core.lon
相关文章
相关标签/搜索