报错:

Git:git同步git push时候提示filename too long解决办法_文件名

原因:git可以创建长度为4096的文件名,但在windows最多是260,因为git用了旧版本的windows api 解决:

git bash中运行下面代码:

git config --global core.longpaths true