在 msysgit 上使用 gitk

发布于 2024-11-28 17:25:39 字数 225 浏览 2 评论 0原文

我正在尝试在 mysysgit 上使用 gitk。我没有使用 Cygwin 或 MinGW 来运行 mysysgit,只是在 Windows 上使用直接的 DOS 命令提示符。

gitk 文件位于 bin/ 文件夹中,但它不是可执行文件,因此当我输入 gitk 时,我得到:

‘gitk’不被识别为内部或外部命令,可操作 程序或批处理文件。

I'm trying to use the gitk on mysysgit. I'm not using Cygwin or MinGW to run mysysgit, just a straight up DOS command prompt on Windows.

The gitk file is in the bin/ folder, but it's not an executable, so when I type gitk I get:

'gitk' is not recognized as an internal or external command, operable
program or batch file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

音盲 2024-12-05 17:25:39

使用 cmd/ 文件夹中的 gitk.cmd

Use gitk.cmd from the cmd/ folder

我偏爱纯白色 2024-12-05 17:25:39

如果您已安装 Git for windows 并且在 Windows 上运行 cmder 并且无法启动 gitk,则:

  • 按 superkey,搜索 System环境变量。您将在那里看到编辑系统环境变量
  • 编辑 PATH(大写字母在顶部)
  • 在末尾添加 C:\Program Files (x86)\Git\cmd (或任何正确的路径),并用分号
  • 重新启动 终止该行cmder
  • 而不是 gitk,现在编写 gitk.cmd

完成。

注意:上述指令可能对 mingwcygwinbash 等 shell 之外的命令行工具有效

If you've installed Git for windows and you're running cmder on windows and unable to launch gitk, then:

  • Press superkey, search System Environmental Varibales. You shall see Edit system environmental variables there.
  • Edit the PATH (the caps one on top)
  • Add C:\Program Files (x86)\Git\cmd (or whatever the right path be) at the end, and terminate the line with a semicolon
  • relaunch cmder
  • instead of gitk, write now gitk.cmd

Done.

Note: The above instruction may stand valid for command line tools other than mingw or cygwin or bash like shells

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文