为什么我需要在 Windows bash 上使用带有 winpty 的前缀 openssl?
为什么命令
openssl genrsa -des3 -out ca.key 4096
挂起并且没有响应
尽管
winpty openssl genrsa -des3 -out ca.key 4096
工作正常吗?
windows bash openssl git-bash
bash ×1
git-bash ×1
openssl ×1
windows ×1