Git error: unable to create file xxx: Filename too long
原文地址:https://www.jianshu.com/p/51c23795a9b2
一、问题描述
- 在使用 git clone 时,提示
error: unable to create file xxx: Filename too long error: unable to create file xxx: Filename too long
error: unable to create file xxx: Filename too long error: unable to create file xxx: Filename too long
error: unable to create file xxxx: Filename too long error: unable to create xxxx: Filename too long
二、解决方案
- 在该 Clone 的路径下,运行该命令:
git config --global core.longpaths true
- 删除老的 Clone 项目,重新 Clone 即可!
作者:LANSHENGYANG
链接:https://www.jianshu.com/p/51c23795a9b2
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。