拉取時(shí)報(bào)錯(cuò)
error: The following untracked working tree files would be overwritten by merge:
.DS_Store
xxx/.DS_Store
xxx/Category/.DS_Store
Please move or remove them before you merge.
解決方案
cd到相應(yīng)文件夾
git clean -d -fx ".DS_Store"
git clean -d -fx "xxx/.DS_Store"
git clean -d -fx "xxx/Category/.DS_Store"
然后解決沖突后即可