如何修复 pubspec.yaml 和 pubspec.lock 中的合并冲突?

How do I fix merge conflic in pubspec.yaml and pubspec.lock?

我将最近的更改存储在本地计算机上,然后从远程存储库中提取。一路上,我遇到了以下错误。我如何合并我的存储并解决 git 冲突?

Auto-merging pubspec.yaml
CONFLICT (content): Merge conflict in pubspec.yaml
Auto-merging pubspec.lock
CONFLICT (content): Merge conflict in pubspec.lock
The stash entry is kept in case you need it again.

您需要打开这两个文件,系统会向您显示冲突。一旦你解决了它们,你就可以提交它们,你现在已经成功合并了。