git Filename too long

# 全局
git config --global core.longpaths true
# 当前仓库
git config core.longpaths true

 

转载于:https://www.cnblogs.com/EasonJim/p/10803855.html