gpt4 book ai didi

gitk:找不到命令

转载 作者:IT王子 更新时间:2023-10-29 01:28:08 26 4
gpt4 key购买 nike

环境:Mac OSX 10.10。当我尝试使用 gitk 时,它显示:

Coda-2:~ Coda$ gitk
-bash: gitk: command not found

我认为原因是 git 的旧版本。这是一些信息,我已经输入了 brew update

Coda-2:~ Coda$ git --version
git version 1.9.3 (Apple Git-50)
Coda-2:~ Coda$ brew install git
Warning: git-2.4.0 already installed, it's just not linked

这条消息是什么:它只是没有链接

此外,我检查了git的路径:

Coda-2:~ Coda$ which git
/usr/bin/git

应该在/usr/bin/local/git?如何解决?

更新

我弄明白了,谢谢@TimCastelijns。

brew doctor 说:

Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:

git

所以,我输入:

Coda-2:~ Coda$ brew link git
Linking /usr/local/Cellar/git/2.4.0... 220 symlinks created

然后我输入gitk,它起作用了,路径变成了/usr/local/bin/git。但是,当我想检查 git 的版本时。还是显示旧版本,为什么?

Coda-2:~ Coda$ git --version
git version 1.9.3 (Apple Git-50)

最佳答案

我刚刚在 macOS 上通过 homebrew 安装了最新版本的 git。

11:28 $ git --version
git version 2.25.0

它似乎没有 gitk 和 git gui 所以我注意到了 linux 的答案并尝试通过 homebrew 安装相同的包 git-gui 并且它有效。

brew install git-gui

发现错误 here .

我正在运行 macOS 10.14.5 Mojave。

关于gitk:找不到命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30195143/

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