Cygwin下的Git提示输入ssh-askpass

时间:2013-04-11 14:48:51

标签: git cygwin openssh

ssh-askpass通常是GUI风格程序的别名,提示您输入密码,它通常带有X或显示管理器...... Cygwin没有提供这样的东西/我不想安装X for此...

发生了什么/为什么我收到此提示?为什么不能从终端读取它?

修改

这是git config --list为我打印的内容:

git config --list
core.symlinks=false
core.autocrlf=false
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
http.sslcainfo=/bin/curl-ca-bundle.crt
sendemail.smtpserver=/bin/msmtp.exe
diff.astextplain.textconv=astextplain
rebase.autosquash=true

1 个答案:

答案 0 :(得分:0)

经过多次努力和搜索,我终于发现了这一点:https://superuser.com/questions/158673/cygwin-git-bizarre-terminal-issue 糟糕的默认值,不一致的API和软件包维护者的不良组合超出了日常例程......