更新代码后显示: the following untracked working tree files would be overwritten by checkout
问题原因:本地代码仓库目录下有untracked文件解决方法:如果没有需要上库的代码,直接执行 git clean -d -fx删除untracked文件