1、下载post-git离线安装包 地址:https://files.cnblogs.com/files/xcr1234/posh-git-master.zip 2,用Powershell执行install.ps1 3.用管理员权限打开powershell,修改策略: set-executionpolicy remotesigned
PowerShell 插件 posh-git 安装 VSCode 默认使用PowerShell,启动powershell,分别执行下面3个命令(提示都输入Yes) # 1.设置权限 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm #2.使用PowerShellGet安装 PowerShellGet\Install-Module posh-git -Scope CurrentUser #3.全局导入posh-git Add-PoshGitToPr...
Install-Module oh-my-posh -Scope CurrentUser 然后 Install-Module posh-git -Scope CurrentUser 对于这两个包,我都选择了“Yes To All”选项。 安装软件包后,我打开Microsoft.PowerShell_profile.ps1文件并添加以下代码片段: Import-Module oh-my-posh Import-Module posh-git Set-PoshPrompt -Theme M365Prince...
有两件事,首先,不要再使用该模块,因为它不再受支持。更多信息here。其次,set the correct font,...