Ошибка при использовании git mergetool с opendiff после Mavericks и Xcode 5.0.1

Я просто устанавливаю OS X Maverics и Xcode 5.0.1, но теперь, когда я пытаюсь использовать git mergetool с opendiff Я получаю эту ошибку:

Normal merge conflict for 'Assets/Scripts/Characters/MobAI.cs':
{local}: modified file
{remote}: modified file
Hit return to start merge resolution tool (opendiff): 
2013-11-01 11:51:11.980 opendiff[1706:1007] too few arguments
2013-11-01 11:51:11.985 opendiff[1706:1007] usage: opendiff file1 file2 [-ancestor ancestorFile] [-merge mergeFile]

xcode-select путь /Applications/Xcode.app/Contents/Developer/

Любая идея?

1 ответ

Это была моя ситуация:

git config -l

(сокращенный вывод)

merge.tool=opendiff
mergetool.opendiff.cmd=/usr/bin/opendiff $2 $5 -merge $1

Как я это исправил:

git config --global --unset mergetool.opendiff.cmd
Другие вопросы по тегам