使用windows powershell ISE管理命令窗口,并集成git命令
2021-07-13 09:06
标签:user 设置 for res node 主机 soft 新建 lease 写于2018-09-03(基于win10) 主要使用新建的power shell选项卡 确定你的power shell版本是5.X或者power Shell Core 6.0(使用$PSVersionTable.PSVersion查看版本) 检查脚本执行规则是否设置为RemoteSigned或Unrestricted(使用Get-ExecutionPolicy查看,使用Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm) git 命令要添加到环境变量中 打开powershell ise 执行命令 PowerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force 或是 PowerShellGet\Update-Module posh-git(更新) 引入并且支持所有用户所有主机,在管理员权限下打开powershell,执行命令 Add-PoshGitToProfile -AllUsers -AllHosts 完毕,重启powershell即可 使用windows powershell ISE管理命令窗口,并集成git命令 标签:user 设置 for res node 主机 soft 新建 lease 原文地址:https://www.cnblogs.com/he-wei/p/9579997.html
开启
操作
将git集成到power shell中
安装准备
开始安装
补充
参考
文章标题:使用windows powershell ISE管理命令窗口,并集成git命令
文章链接:http://soscw.com/index.php/essay/104560.html