美文网首页
error:The following untracked wo

error:The following untracked wo

作者: 被吹落的风 | 来源:发表于2017-08-17 15:22 被阅读887次
error: The following untracked working tree files would be overwritten by merge:
    Demo/Text/Text/Text/.txt
Please move or remove them before you merge.

解决方法:

rm Demo/Text/Text/Text/.txt
git pull origin master
git add .
git commit -m "提交"
git push origin master

相关文章

网友评论

      本文标题:error:The following untracked wo

      本文链接:https://www.haomeiwen.com/subject/sffnrxtx.html