1. 先 git fetch (将远程主机的最新内容拉到本地,用户在检查了以后决定是否合并到工作本机分支中。)

2。git pull origin (拉取远程仓库 / 如果有冲突就会出现冲突的文件)

    error: Your local changes to the following files would be overwritten by merge:

   pages/home/home.axml

   pages/home/home.json
   Please commit your changes or stash them before you merge.

3. 修改冲突文件 

4. 再进行 git pull origin 操作

相关文章:

  • 2022-01-09
  • 2022-01-16
  • 2021-11-11
  • 2021-04-19
  • 2021-08-14
  • 2021-08-24
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-07-02
  • 2021-12-15
  • 2022-01-13
  • 2021-06-07
  • 2021-06-24
  • 2022-02-10
相关资源
相似解决方案