git Filename too long

# 全局
git config --global core.longpaths true
# 当前仓库
git config core.longpaths true
原文地址:https://www.cnblogs.com/EasonJim/p/10803855.html