posh-git - Start-SshAgent 在新计算机上无法识别

posh-git - Start-SshAgent not recognized on new computer

我已经使用 PowerShell 7 和 posh-git 安装了一台全新的计算机。在启动时尝试 运行 profile.ps1 时,Start-SshAgent 命令失败,导致无法识别 cmdlet。 Import-Module posh-git 工作正常,我看到命令行提示发生变化。事实上,配置文件中的其他所有内容。ps1 在我的旧计算机上运行正常。

我尝试检查我的环境变量是否已设置。我能够从 PowerShell 提示符 运行 ssh-agent.exe,所以这似乎不是问题所在。

SSH 功能已移至单独的模块:https://github.com/dahlbyk/posh-sshell

(您的意思可能是 Start-SshAgent 而不是 StartSsh-Agent。)