V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
git
? Pro Git
? Atlassian Git Tutorial
? Pro Git 简体中文翻译
? GitX
yazoox
V2EX  ?  git

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

  •  
  •   yazoox · 2022-02-03 14:31:37 +08:00 · 1426 次点击
    这是一个创建于 828 天前的主题,其中的信息可能已经有所发展或是发生改变。

    腾讯云最新优惠活动来了:云产品限时1折,云服务器低至88元/年 ,点击这里立即抢购:9i0i.cn/qcloud,更有2860元代金券免费领取,付款直接抵现金用,点击这里立即领取:9i0i.cn/qcloudquan

    (福利推荐:你还在原价购买阿里云服务器?现在阿里云0.8折限时抢购活动来啦!4核8G企业云服务器仅2998元/3年,立即抢购>>>:9i0i.cn/aliyun

    [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 的界面呢?

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2677 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 02:05 · PVG 10:05 · LAX 19:05 · JFK 22:05
    Developed with CodeLauncher
    ? Do have faith in what you're doing.


    http://www.vxiaotou.com