Git自动补全以及显示当前分支
修改策略为
RemoteSigned
,按照完成之后如果再把策略模式设置为Default
,那么Powershell将无法加载该工具,所以得一致保持为RemoteSigned
模式。
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
Set-ExecutionPolicy Default -Scope CurrentUser -Confirm
按照方式:
1
2
3
很遗憾不能用WinGet安装 https://github.com/dahlbyk/posh-git/issues/875
卸载 posh-git
编辑 $PROFILE
文件(code $PROFILE
),然后删除相关配置代码。
Import-Module 'C:\Windows\System32\WindowsPowerShell\v1.0\posh-git\src\posh-git.psd1
参考:
步骤
- 升级至最新的 PowerShell
- 强化 PowerShell
- 安装 包管理器
- 安装 Node.js 版本管理器