git
Pro Git
Atlassian Git Tutorial
Pro Git 简体中文翻译
GitX
yazoox
V2EX  ›  git

在 macOS Montery 下面设置了 git mergtool 为 kdiff3,为什么弹不出来 kdiff3 的界面?

  •  
  •   yazoox · Feb 3, 2022 · 1982 views
    This topic created in 1558 days ago, the information mentioned may be changed or developed.
    [difftool "kdiff3"]
        path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
        trustExitCode = false
    [difftool]
        prompt = false
    [diff]
        tool = kdiff3
    [mergetool "kdiff3"]
        path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
        trustExitCode = false
    [mergetool]
        keepBackup = false
    [merge]
        tool = kdiff3
    

    我在 macOS Montery, ~/.gitconfig 里面设置了如上的 diff & mergetool 为 kdiff3 ,但是为什么我输入 git difftool 或者 git mergetool 此时,我正在 merge 文件。弹不出来 kdiff3 的界面呢?

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   6143 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 45ms · UTC 02:17 · PVG 10:17 · LAX 19:17 · JFK 22:17
    ♥ Do have faith in what you're doing.