git clone 之后,什么都没有动,直接使用命令git status查看,结果发现存在deleted files 和untracked files。如何处理?
可能是因为没有设置 git的long paths:
git config --global core.longpaths true
git clone 之后,什么都没有动,直接使用命令git status查看,结果发现存在deleted files 和untracked files。如何处理?
可能是因为没有设置 git的long paths:
git config --global core.longpaths true