在 Windows 7 上摆脱 git gui 的 cmd-windows

发布于 2024-10-26 19:52:14 字数 112 浏览 0 评论 0原文

每次我启动 git gui 时,都会简要显示每个未暂存文件的 cmd 窗口。当我单击文件或取消暂存文件时也会发生这种情况。在 Win XP 上不会发生这种情况。

有谁知道如何摆脱这些cmd窗口?

Each time I start git gui a cmd-window is briefly shown for each of the unstaged files. This also happens when I click on a file or unstage it. This doesn't happen on Win XP.

Does anyone know how to get rid of these cmd-windows?

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

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

发布评论

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

评论(1

执妄 2024-11-02 19:52:14

在 Windows 7 上我从未发生过这种情况。我认为您使用的是 git.cmd 包装器而不是 git.exe (因为 msysgit 中的 git 和 mingw 二进制文件可能不在您的路径上)

您可以尝试添加 C:\ Program Files (x86)\Git\bin 或者您将 msysgit 安装到路径中的任何位置并调用 git gui 看看?或者甚至显式调用 git.exe gui ?

This never happened for me on Windows 7. I think you are using the git.cmd wrapper rather than git.exe ( since the git and mingw binaries in msysgit may not be on your path)

Can you try adding C:\Program Files (x86)\Git\bin or wherever you installed msysgit to the path and call git gui and see? Or even explicitly call git.exe gui?

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