Windows平台git clone文件路径太长报错

问题描述

在Windows下拉取一些比较大的开源项目经常会提示文件路径太长(filename too long),然后死活都不成功

解决办法

1.配置git

bash 复制代码
git config --system core.longpaths true

2.修改文件C:\Program Files\Git\etc\gitconfig(需要以管理员身份打开)

shell 复制代码
[core]
	autocrlf = true
	fscache = true
	symlinks = false
	longpaths = true

longpaths = true表示允许路径字符串超过260

3.输入命令查看

shell 复制代码
git config --system core.longpaths

显示结果为true表示已经成功设置

相关推荐
权咚2 天前
阿权的开发经验小集
git·ios·xcode
路由侠内网穿透2 天前
本地部署 GPS 跟踪系统 Traccar 并实现外部访问
运维·服务器·网络·windows·tcp/ip
研华嵌入式2 天前
如何在高通跃龙QCS6490 Arm架构上使用Windows 11 IoT企业版?
arm开发·windows·嵌入式硬件
nightunderblackcat2 天前
新手向:Git下载全攻略
git
带娃的IT创业者2 天前
Windows 平台上基于 MCP 构建“文心一言+彩云天气”服务实战
人工智能·windows·文心一言·mcp
csdn_aspnet3 天前
Windows Node.js 安装及环境配置详细教程
windows·node.js
摇滚侠3 天前
java语言中,list<String>转成字符串,逗号分割;List<Integer>转字符串,逗号分割
java·windows·list
Source.Liu3 天前
【Pywinauto库】12.2 pywinauto.element_info 后端内部实施模块
windows·python·自动化
Source.Liu3 天前
【Pywinauto库】12.1 pywinauto.backend 后端内部实施模块
开发语言·windows·python·自动化
私人珍藏库3 天前
[Windows] FileOptimizer v17.1.0_一款文件批量压缩工具
windows·批量压缩