sourcetree 拉去代码出错

error: The following untracked working tree files would be overwritten by merge:
.DS_Store
Please move or remove them before you can merge.

执行下面的命令
git clean -d -fx​
在git pull 就可以了.

你可能感兴趣的:(sourcetree 拉去代码出错)