Mac OsX: Git не открывать Araxis по команде git mergetool
Когда я пытаюсь сделать слияние с GIT, я звоню git mergetool
, но это не открывает Araxis для слияния.
Это мое ~/.gitconfig
:
[diff]
tool = araxis
[merge]
tool = araxis
И вот результат:
$ git mergetool
Merging:
src/main/webapp/css/style.css
Normal merge conflict for 'src/main/webapp/css/style.css':
{local}: modified file
{remote}: modified file
Hit return to start merge resolution tool (araxis):
src/main/webapp/css/style.css seems unchanged.
Was the merge successful? [y/n] n
merge of src/main/webapp/css/style.css failed
Что я мог забыть?