在git add git clone 的时候报错Filename too long,意思是名字太长了,解决方法如下 git config --system core.longpaths true 然后在重新git add即可解决