我最近为 windows 安装了 git 1.8,并选择安装 cheetah 插件用于 windows explorer shell 集成。但是,我在右键菜单中没有看到任何选项弹出。我需要做些什么才能让它出现在右键菜单中吗?
我正在使用 Windows 7 企业版 64 位。
在:
C:\Program Files (x86)\Git\git-cheetah
做:
regsvr32 git_shell_ext64.dll
这至少为您提供 3 个上下文菜单(不知道 cheetah 插件是否因为我从未见过它 :-)
这是一个错误还是什么?我认为安装程序应该这样做(例如注册 DLL)。
PS 当然,您必须以管理员身份运行此命令。
PPS 开始 | 运行,键入 cmd.exe,然后右键单击 cmd.exe 并选择“以管理员身份运行”。显然,您还必须重新启动 Windows 资源管理器才能看到上下文菜单。
Cheetah 插件似乎在某些系统(包括我的系统)上的 Git-1.8.3-preview20130601 中被破坏。按照建议重新注册 .dll 文件没有帮助。我修复它的方法是:
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