gpt4 book ai didi

git - 来自 .gitconfig 的 mergetool 被忽略了吗?

转载 作者:太空狗 更新时间:2023-10-29 12:50:27 25 4
gpt4 key购买 nike

git config --global mergetool.bc3 "\"c:/program files (x86)/beyond compare 3/bcomp.exe\"\"$LOCAL\"\"$REMOTE\"\"$基础\"\"$MERGED\""

git merge 工具

/usr/lib/git-core/git-mergetool--lib:第 116 行:bcompare:找不到命令

这非常奇怪,因为 ./.git/config~/.gitconfig 看起来都是正确的。两者都没有列出 bcompare 的条目。 git 可以从 .git/config~/.gitconfig 以外的任何地方读取或存储配置吗?

最佳答案

看起来与 this guy 问题相同有。看起来 bc3 是内置工具名称,git 不允许覆盖该名称。尝试使用 bc3 以外的名称。

我用的是“BeyondCompare3”

[mergetool "BeyondCompare3"]
path = C:/Program Files/Beyond Compare 3/bcomp.exe
cmd = \"C:/Program Files/Beyond Compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"

关于git - 来自 .gitconfig 的 mergetool 被忽略了吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7435002/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com