Windows Registry Editor Version 5.00 ; Open files[HKEY_CLASSES_ROOT\*\shell\gitbash]@="gitbash"Icon"="D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe,0" [HKEY_CLASSES_ROOT\*\shell\gitbash\command]@="\"D:\\apps\\cm…
我安装完ubuntu14.04,首先安装经典版的Gnome,刚安装完经典版的Gnome,在桌面点击鼠标右键会弹出菜单,使用非常方便,但是当我安装了最新版的Gnome15.10之后,我发现再进入经典版的Gnome,鼠标右键菜单失效了,完全没有了!! 解决方法:在shell里输入“gnome-tweak-tool”,如果安装了这个工具,就会启动它,随后我们选择左侧的“桌面”后,点击右面的“Icons on Desktop”,把它开启,马上在Gnome桌面就可以使用鼠标右键了!!…
右键快捷打开Git Bash here失败,提示: Error: Could not fork child process: Resource temporarily unavailable (-1). DLL rebasing may be required; see ‘rebaseall / rebase –help’. 解决方法: 1. 安装路径下F:\Program Files\Git\bin\sh.exe能启动git客户端. 2. 打开cmd,输入regedit打开注册表.找到目录中[…
开门见山 git bash 是 Windows 用户安装 git 时默认安装的命令行工具,不仅界面漂亮功能也不错,大多数情况下可以替代 Windows 原生的 cmd 命令行. 然而,git bash 命令行不是万金油,并不能完全替代 cmd ,详情请参考 mintty 官网的相关说明. mintty is not a full replacement for the Windows Console window git bash 命令行默认使用 mintty 作为终端模拟器,而 mintty…