我想从 Windows 中的 CLI 克隆 git repo。当我执行:
git clone '...'
然后我得到:
The server's rsa2 key fingerprint is:
ssh-rsa blablabla
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n)
当我尝试输入任何内容时,没有任何反应。当我以ctrl+终止时c,所有输入队列都会以 'yyyyyyyy' 或其他先前的输入执行。
这可能存在什么问题?