さて、これは奇妙です。まず、これはcygwinのsetup.exeから取得したgitを使用して、最新のcygwinで実行されるminttyです。zshを実行しています。
$ git clone https://<user>@<domain>/<repository>/ ~/src/project/dev
Initialized empty Git repository in /cygdrive/c/src/project/dev/.git/
Password: <actual password in plain text appears>
# Nothing happens...
^C
$ <password text that I just typed>
zsh: command not found: <same password text>
ここで何が起こっていますか?これは端末の問題、シェルの問題、gitの問題、またはcygwinの問題ですか?
更新:はい、Windowsバージョンではなく、Cygwin gitバージョンを実行しています。
$ which git
/usr/bin/git
$ git --version
git version 1.7.1
$ /cygdrive/c/Program\ Files\ \(x86\)/Git/bin/git.exe --version
git version 1.7.0.2.msysgit.0
^C
' gitプロセスのstdinに送信されます。しかし、特定の問題が何であるかはわかりません。