$env:SSH_ASKPASS_REQUIRE = "force" $env:SSH_ASKPASS = <path\to\askpass.exe> With those set, the ssh_user should be able to ssh without being prompted for the password, as it is provided by askpass. Let us know i
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 main 克隆/下载 git config --global user.name userName git config --global user.email userEmail sshpass-win32 / LICENSE MIT License