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

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

相关推荐
风清扬_jd2 小时前
Chromium 添加书签功能浅析c++
c++·chrome
风清扬_jd8 小时前
Chromium 如何定义一个chrome.settingsPrivate接口给前端调用c++
前端·c++·chrome
Good_Starry11 小时前
Git介绍--github/gitee/gitlab使用
git·gitee·gitlab·github
HealthScience12 小时前
怎么将bash(sh)的所有输出保存到log/txt中?
开发语言·bash
cuisidong199714 小时前
如何在 Kali Linux 上安装 Google Chrome 浏览器
linux·运维·chrome
云端奇趣16 小时前
探索 3 个有趣的 GitHub 学习资源库
经验分享·git·学习·github
F_D_Z20 小时前
【解决办法】git clone报错unable to access ‘xxx‘: SSL certificate problem:
网络·git·网络协议·ssl
等风来不如迎风去1 天前
【git】main|REBASE 2/6
git
艾伦~耶格尔1 天前
IDEA 配置 Git 详解
java·ide·git·后端·intellij-idea
云兮杜康1 天前
IDEA中用过git之后文件名颜色全变红
java·git·intellij-idea