0

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

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

编辑:

这就是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
4

1 回答 1

0

经过一番挣扎和搜索,我终于找到了这个:https ://superuser.com/questions/158673/cygwin-git-bizarre-terminal-issue 糟糕的默认值、不一致的 API 和包维护者的糟糕组合超出了日常工作。 ..

于 2013-06-18T12:55:19.733 回答