Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个问题来解决冲突
meld工具“不允许我提交”中间的更改,这是我需要提交的新更改。
我输入:
$ git checkout MyBranch $ git merge master
和相反的
我还没有得到。
我解决了。问题是因为我错误地启动了融合,然后他“没有”编辑本地和远程文件的权限。正确配置他后,我输入:
$ git mergetool
然后,它启动每个冲突的文件
为了配置他,我输入:
$ git config --global mergetool.meld