环境:win7
前言:本人习惯使用shell,但是本地是windows。于是安装gitbash,这样可以使用scp、ls、pwd等shell命令
1. 安装gitbash
- 下载路径:https://git-scm.com/download/win;我下载的是64-bit Git for Windows Portable.
- 点击安装即可
2. 添加右键“git bash here”
1、通过在“运行”中输入‘regedit’,打开注册表。
2、找到[HKEY_CLASSES_ROOT\Directory\Background]。
3、在[Background]下如果没有[shell],则右键-新建项[shell]。
4、在[shell]下右键-新建项[open in git],其值为“Git Bash Here",此为右键菜单显示名称。
5、在[shell]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Tools\VersonCtrs\Git\Git\mingw64\share\git\git-for-windows.ico”。此为菜单加图标。
6、在[open in git]下右键-新建-项[command],其值为"D:\Tools\VersonCtrs\Git\Git\bin\bash.exe" --login -i。
3. 使用gitbash
-
任意目录下右键->git bash here
-
弹出shell窗口