Git merge upstream 导致pull origin 错误 error: The following untracked working tree

128 阅读1分钟

需要执行下面的命令才能修复: git reset --hard HEAD
git clean -f -d
git pull