git for windows下的Filename too long
git有可以创建4096长度的文件名,然而在windows最多是260,因为git用了旧版本的windows api,为此踩了个坑。
解决
打开git命令行:
git config --global core.longpaths true
ref web:
https://blog.csdn.net/liuxiao723846/article/details/78329223
git有可以创建4096长度的文件名,然而在windows最多是260,因为git用了旧版本的windows api,为此踩了个坑。
打开git命令行:
git config --global core.longpaths true
ref web:
https://blog.csdn.net/liuxiao723846/article/details/78329223
留言
張貼留言