FileMerge quits immediately after launching from SourceTree

前端 未结 5 1620
清酒与你
清酒与你 2021-01-31 07:57

I regularly use Atlassian SourceTree (on Mac OS X) to launch FileMerge to resolve git merge conflicts. Out of the blue it has stopped working: when I right click and select

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 08:14

    This helped: https://gist.github.com/kylefox/4512777

    Tell system when Xcode utilities live:

    sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

    Set "opendiff" as the default mergetool globally:

    git config --global merge.tool opendiff

提交回复
热议问题