Post

Error[Solved]: GitHub 'merge.tool' is not configured

Error[Solved]: GitHub ‘merge.tool’ is not configured

github

This message is displayed because ‘merge.tool’ is not configured.

Error Msg.

1
2
3
4
5
See 'git mergetool --tool-help' or 'git help config' for more details.

'git mergetool' will now attempt to use one of the following tools:

meld opendiff kdiff3 tkdiff xxdiff tortoisemerge gvimdiff diffuse diffmerge ecmerge p4merge araxis bc codecompare smerge emerge vimdiff

Solution

Replace :

1
git mergetool

With:

1
git mergetool --tool=vimdiff

Hi there 👋 Support me!

Life is an echo—what you send out comes back.

Donate

This post is licensed under CC BY 4.0 by the author.