Git Bash Here

今天用 Git 发现右键菜单坏掉了。遂 Google 答案,现在加上自己的部分,把完整的注册表列出来,方便大家查看:

HKEY_CLASSES_ROOT

  ┗Directory

    ┗Background

      ┗shell

        ┗git_shell

          ┗command → wscript "C:\Program Files (x86)\Git\Git Bash.vbs" "%v"

        ┗git_gui

          ┗command → "C:\Program Files (x86)\Git\bin\wish.exe" "C:\Program Files (x86)\Git\libexec\git-core\git-gui" "--working-dir" "%v"

    ┗shell

      ┗git_shell

        ┗command → wscript "C:\Program Files (x86)\Git\Git Bash.vbs" "%v"

      ┗git_gui

        ┗command → "C:\Program Files (x86)\Git\bin\wish.exe" "C:\Program Files (x86)\Git\libexec\git-core\git-gui" "--working-dir" "%v"

    按照这个结构,根据你的 Git 安装目录路径,正确填写注册表应该就没问题了。对了,我的 win7 64位系统。

posted @ 2013-09-21 20:33  QXSoftware  阅读(409)  评论(0编辑  收藏  举报