windows powershell 支持git
1、下载posh-git
用管理员权限打开powershell执行如下命令,启用脚本支持
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
输入Y确认下一步
进入posh-git的目录,在powershell里执行
./install.ps1
1、下载posh-git
用管理员权限打开powershell执行如下命令,启用脚本支持
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
输入Y确认下一步
进入posh-git的目录,在powershell里执行
./install.ps1