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

 

相关文章: