登录
注册
写文章
首页
下载APP
会员
IT技术
Git error: unable to create file xxx: Filename too long
溪水散人
关注
赞赏支持
Git error: unable to create file xxx: Filename too long
输入如下git命令即可解决
git config --global core.longpaths true
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读
更多精彩内容
14 Git出现Unable to create 'E:/xxx/.git/index.loc...
初次使用git,在执行完"git add readme.txt"命令后,在执行commit时,由于命令写错,没有写...
滔滔逐浪
阅读 256
评论 0
赞 0
git clone 遇到"unable to access '……':error settin...
android studio通过链接将项目clone时,出现了如图所示问题: 解决办法:进入git-bash窗口,...
王冥
阅读 1,974
评论 0
赞 0
git 提交出现这个错误fatal: Unable to create 'project_p...
1.git 提交出现这个错误fatal: Unable to create ‘project_path/.git/...
银月银月
阅读 3,033
评论 0
赞 0
Git出现Unable to create 'H:/xxx/.git/index.lock':...
问题: 使用git在执行add或者commit时,出现上述错误:Unable to create 'H:/xxx/...
骑着金刚的猿
阅读 970
评论 0
赞 0
Git出现Unable to create 'E:/xxx/.git/index.lock':...
解决方案:cd到项目带有.git的目录下(一般是隐藏的),然后在.git同级目录,执行rm -f .git/ind...
90后的晨仔
阅读 308
评论 0
赞 1
1赞
2赞
赞赏
手机看全文