【发布时间】:2024-11-24 21:15:01
【问题描述】:
首先,我在 vscode 中输入的终端没有任何效果,总是出现错误 但是当我输入这个时:
keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
在终端中弹出以下消息:
keytool : The term 'keytool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
当我在颤振控制台中输入相同的内容时,我会收到以下消息:
'keytool' is not recognized as an internal or external command, operable program or batch file.
基本上有人可以帮我解决这些问题
【问题讨论】: