使用 posh-git 模块时,我无法从原点拉出。有没有办法用 posh-git 配置我现有的 ssh 密钥位置以使用它们?本机 git 工作正常。
错误详情:
C:\Git\MyRepo [master ≡]
> git pull origin master
Could not create directory '/h//.ssh'.
The authenticity of host 'domain.net (10.a.b.xyz)' can't be established.
ECDSA key fingerprint is SHA256:nxxxx.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Failed to add the host to the list of known hosts (/h/.ssh/known_hosts).
git@domain.net: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.