我说错了
fatal bad config file line 24 in .git/config这是我配置文件中的内容。
[mergetool "winmerge"]
name = WinMerge
trustExitCode = true
cmd = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" -u -e -dl \"Local\" dr \"Remote\" $LOCAL $REMOTE $MERGED第24行是以"cmd =“开头的行.
有人能告诉我我在这里做错了什么吗?
我试着跟踪这
https://stackoverflow.com/questions/37760081
复制相似问题