git for windows下的Filename too long

从github克隆一个项目下发出现了错误:

 

git有可以创建4096长度的文件名,然而在windows最多是260,因为git用了旧版本的windows api,为此踩了个坑。

解决

打开git命令行:

git config --global core.longpaths true
posted @ 2020-01-17 10:31  xtjatswc  阅读(221)  评论(0编辑  收藏  举报