git bash右键菜单失效解决方法

git bash右键菜单失效解决方法

这几天重新更新了git,直接安装新版本后,右键菜单失效找不到了。找了好几个博客,发现都不全面,最后总结一下解决方法:

(1)按win+r,输入regedit打开注册表,然后分别修改4个位置路径,修改为最后安装的软件的路径。

(2).修改如下四处路径

HKEY_CLASSES_ROOT\Directory\shell\git_gui

HKEY_CLASSES_ROOT\Directory\shell\git_gui\command

HKEY_CLASSES_ROOT\Directory\shell\git_shell

HKEY_CLASSES_ROOT\Directory\shell\git_shell\command

(3)修改如下四处路径

计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_gui

计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_gui\command

计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_shell

计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_shell\command

修改完后,图片的颜色又显示了,并且能够成功弹出窗口。

相关推荐
恋喵大鲤鱼6 分钟前
git push
git·git push
stevenzqzq1 小时前
androidstudio 上配置git
git
IT界的老黄牛1 小时前
手机 Chrome 远程调试实战:adb + DevTools,localhost 就是你的测试服
chrome·测试工具·adb
向日葵.1 小时前
linux & qnx & git 命令 2
linux·运维·git
HelloWorld工程师2 小时前
网站开启HTTPS:2步解决Chrome“不安全”提示
chrome·网络协议·https·ssl
恋喵大鲤鱼2 小时前
git log
git·git log
ziyitty3 小时前
解决Windows下Bash调用Python输出中文乱码的问题
windows·python·bash
Web打印3 小时前
HttpPrinter web打印控件 官方文档(https://wiki.httpprinter.com/)快速检索目录
java·javascript·chrome
阿明63 小时前
Git的原理与使用
git
阿旭超级学得完3 小时前
Linux基础指令 四(apt,vim,git,cgdb)
linux·服务器·开发语言·数据结构·c++·git·vim