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 に答える