我将 Powershell 设置为通过 Git for Windows 使用 posh-git。在我的个人资料文件中,我有这个:
# If Posh-Git environment is defined, load it.
. (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1")
. $env:github_posh_git\profile.example.ps1
每次我打开 Powershell 时,它都会请求我的 id_rsa 密钥的密码。这很好,但实际显示请求需要越来越长的时间。当我第一次以这种方式设置它时,它会很快提示通过,但加载时间会随着时间的推移而增加。
有什么建议么?我什至不知道从什么开始研究这个。