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 就可以了.
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 拉去代码出错
本文链接:https://www.haomeiwen.com/subject/nzyqtftx.html
网友评论