美文网首页
git 拉取代码:Untracked Files Prevent

git 拉取代码:Untracked Files Prevent

作者: 一介书生独醉江湖 | 来源:发表于2022-05-19 15:46 被阅读0次
# 拉取代码出现问题:
Untracked Files Prevent Merge
Move or commit them before merge
View Files...
# 原因:git更新版本中新建的文件与本地文件重名;
# 解决:点击 View Files...,查看需要删除的文件;
#      删除掉需要删除的文件,重新拉取即可;

相关文章

网友评论

      本文标题:git 拉取代码:Untracked Files Prevent

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