步骤:
1、通过在“运行”中输入‘regedit’,打开注册表。
2、找到[HKEY_CLASSES_ROOTDirectoryBackground]。
3、在[Background]下如果没有[shell],则右键-新建项[shell]。
4、在[shell]下右键-新建项[open in git],其值为“Git Bash Here",此为右键菜单显示名称。
5、在[shell]下右键-新建-字符串值[Icon],双击编辑,其值为“D:ToolsVersonCtrsGitGitmingw64sharegitgit-for-windows.ico”。此为菜单加图标。
6、在[open in git]下右键-新建-项[command],其值为"D:ToolsVersonCtrsGitGitinash.exe" --login -i。
注意:上面的command配置的路径是bash.exe,这样打开命令行窗口点击编辑区域是无法弹出右键菜单进行粘贴的,非常影响使用,建议将路径配置成git-bash.exe
"E:sysgit_bashGitgit-bash.exe" "--cd=%v."