git bash here 右键菜单失效后的修复方法

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell]

@="Git Ba&sh Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell\command]
@="wscript "C:\Program Files\Git\Git Bash.vbs" "%1""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_gui]
@="Git &GUI Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_gui\command]
@=""C:\Program Files\Git\bin\wish.exe" "C:\Program Files\Git\libexec\git-core\git-gui" "--working-dir" "%1""

转载于:https://my.oschina.net/goodtemper/blog/515467

你可能感兴趣的:(git,shell,python)