使用 Install-Module posh-git 时报错,提示找不到与参数名称Scope匹配的参数。
谷歌一个多小时,发现没有相关解。怀疑人生
仔细一看代码才发现,提示psgetXXXXXX
想想应该是之前不规范配置powershell遗留下来的东西
管理员运行powershell 输入
$profile
清空 ~\WindowsPowerShell 文档下的 Microsoft.PowerShell_profile 配置文件。
删除 ~\WindowsPowerShell\Modules 文档下的 psget和posh-git (反正就是清理干净)
重新Install-Module posh-git
成功,结束。
附两篇美化指南:
https://zhuanlan.zhihu.com/p/51901035
https://nexmoe.com/1519803391.html