手动添加Git Bash到右键菜单

Posted 风清云淡 初心不改

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了手动添加Git Bash到右键菜单相关的知识,希望对你有一定的参考价值。

1. 打开注册表。

2. 找到[HKEY_CLASSES_ROOT\Directory\Background]。

3. 在[Background]下如果没有[shell],则右键-新建项[shell]。

4. 在[shell]下右键-新建项[git_shell],其值为“Git Bash Here"。

5. 在[git_shell]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Program\Git\git-bash.exe”。

6. 在[git_shell]下右键-新建-项[command],其值为 “D:\Program\Git\git-bash.exe”。

 

7. 在[shell]下右键-新建项[git_gui],其值为“Git GUI Here"。

8. 在[git_gui]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Program\Git\cmd\git-gui.exe”。

9. 在[git_gui]下右键-新建-项[command],其值为 “D:\Program\Git\cmd\git-gui.exe”。

以上是关于手动添加Git Bash到右键菜单的主要内容,如果未能解决你的问题,请参考以下文章

手动添加右键菜单没有Git Bash Here

将vscode添加到右键菜单

关于安装Git后,项目目录右键菜单无Git Bash Here命令的选项

手动添加git到目录右键菜单

git绿色版添加右键菜单

git绿色版添加右键菜单