在记事本++中有没有办法将一行文本拆分为一行中给定最大字符数的文本?我发现行操作中只有未定义的行拆分。
我想从 Windows 中的 cli 克隆 git repo。当我执行
git clone '...'
Run Code Online (Sandbox Code Playgroud)
然后我得到
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)
Run Code Online (Sandbox Code Playgroud)
当我尝试输入任何内容时,没有任何反应。当我用 ctrl+c 终止时,所有的打字队列都用 'yyyyyyyy' 或其他以前的输入执行。
这里可能有什么问题?