美文网首页
Flutter提示Your local changes to t

Flutter提示Your local changes to t

作者: 蜗牛锅 | 来源:发表于2022-08-01 11:37 被阅读0次

    Your local changes to the following files would be overwritten by merge: xxx/...

    在终端使用flutter upgrade命令时,某次提示如上信息,这个其实是Git出现冲突而产生的error。
    解决办法:先使用如下命令,再进行相关操作

    git stash //备份
    git pull //拉取
    git stash pop //恢复
    

    相关文章

      网友评论

          本文标题:Flutter提示Your local changes to t

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