我正在尝试在 Windows 上为 Git 生成 SSH 密钥(我刚刚安装了 2.18.0),但它没有找到名为 ssh_askpass 的东西:
d:\src\py\>ssh-keygen -b 4096 -C my.email@dot.com
Generating public/private rsa key pair.
Enter file in which to save the key (/d//.ssh/id_rsa): D:\.ssh\id_rsa_new
ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory
ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory
.
.pub.
Run Code Online (Sandbox Code Playgroud)
ssh-keygen 二进制文件是 git 附带的二进制文件,位于 C:\Program Files\Git\usr\bin 中,但该目录没有 ssh_askpass 文件。
我在哪里可以得到这个“ssh_askpass”?找不到的后果是什么?