7

我最近为 windows 安装了 git 1.8,并选择安装 cheetah 插件用于 windows explorer shell 集成。但是,我在右键菜单中没有看到任何选项弹出。我需要做些什么才能让它出现在右键菜单中吗?

我正在使用 Windows 7 企业版 64 位。

4

4 回答 4

6

在:

C:\Program Files (x86)\Git\git-cheetah

做:

regsvr32 git_shell_ext64.dll

这至少为您提供 3 个上下文菜单(不知道 cheetah 插件是否因为我从未见过它 :-)

这是一个错误还是什么?我认为安装程序应该这样做(例如注册 DLL)。

PS 当然,您必须以管理员身份运行此命令。

PPS 开始 | 运行,键入 cmd.exe,然后右键单击 cmd.exe 并选择“以管理员身份运行”。显然,您还必须重新启动 Windows 资源管理器才能看到上下文菜单。

于 2013-08-09T11:45:27.047 回答
2

Cheetah 插件似乎在某些系统(包括我的系统)上的 Git-1.8.3-preview20130601 中被破坏。按照建议重新注册 .dll 文件没有帮助。我修复它的方法是:

  1. 使用 Cheetah 插件安装旧版本 - Git-1.8.1.2-preview20130201。
  2. 更新到 Git-1.8.3-preview20130601 时取消选择上下文菜单集成(不用担心,它不会卸载插件)。
于 2013-08-19T00:38:39.763 回答
0

I have the same problem on Windows 7 with Git-1.8.3-preview20130601 version.

Supposedly when you select the Cheetah plugin on install it also installs the git-gui and gitk tools as well, but these were not showing up in the right click menu either.

After adding the path to the git cmd folder I at least got git-gui and gitk to be available. ie add to your PATH variable:

"path to git directory install"\cmd

于 2013-08-05T19:28:06.480 回答
0

当您右键单击文件夹图标与右键单击文件夹内的空间时,注册表项是分开的。

如果记忆服务“猎豹”只适用于前者。

例子

于 2013-06-14T22:22:18.913 回答