如何详细解决IntelliJ IDEA旗舰版学生注册难题?
- 内容介绍
- 文章标签
- 相关推荐
本文共计566个文字,预计阅读时间需要3分钟。
IntelliJ IDEA 舰载版解决学生无法注册问题:SignatureException:Signature doesn't match or Signature length not correct:got 256 but was expecting 512 解决方法:两种方法,详细介绍第二种方法:第一种方法:去除了。
intellij idea旗舰版解决学生无法注册问题
SignatureException: Signature doesn't match or Signature length not correct: got 256 but was expecting 512
解决办法
两种方法这里只详细说明第二种方法
第一种方法 去除本机的nginx account.jetbrains.com接着ok.
- file->settings->tools->server certificates选择accept non-trusted certificates automatically->OK
- help->register输入邮箱密码即可。
为什么会出现这种情况呢?
引起这个的根本原因是因为你破解了idea,在本地hosts配置了映射,然后idea检测出来弹出警告 服务器证书不可用。
本文共计566个文字,预计阅读时间需要3分钟。
IntelliJ IDEA 舰载版解决学生无法注册问题:SignatureException:Signature doesn't match or Signature length not correct:got 256 but was expecting 512 解决方法:两种方法,详细介绍第二种方法:第一种方法:去除了。
intellij idea旗舰版解决学生无法注册问题
SignatureException: Signature doesn't match or Signature length not correct: got 256 but was expecting 512
解决办法
两种方法这里只详细说明第二种方法
第一种方法 去除本机的nginx account.jetbrains.com接着ok.
- file->settings->tools->server certificates选择accept non-trusted certificates automatically->OK
- help->register输入邮箱密码即可。
为什么会出现这种情况呢?
引起这个的根本原因是因为你破解了idea,在本地hosts配置了映射,然后idea检测出来弹出警告 服务器证书不可用。

