美文网首页
pycharm安装intelliBot插件失败的解决方案

pycharm安装intelliBot插件失败的解决方案

作者: 小邝小邝 | 来源:发表于2020-05-12 23:17 被阅读0次

1、在Setting-Plugins,安装intelliBot的时候遇到的错误,一个是DNS名称不匹配,一个是连接超时 

Plugin IntelliBot was not installed: Cannot download 'https://plugins.jetbrains.com/pluginManager/?action=download&id=com.millennialmedia.intellibot&build=PY-182.3911.33&uuid=97df2806-71ae-480f-868a-2a94ebaf6d16': java.security.cert.CertificateException: No subject alternative DNS name matching raw.githubusercontent.com found.

Plugin IntelliBot was not installed: Cannot download 'http://plugins.jetbrains.com/pluginManager/?action=download&id=com.millennialmedia.intellibot&build=PY-182.3911.33&uuid=97df2806-71ae-480f-868a-2a94ebaf6d16': connect timed out

2、解决方法1:File->Setting->Appearance & Behavior->System Setting->Updates,取消勾选Use secure connection。

3、方法2:下载自己需要的插件

3.1打开下载插件的网址:https://plugins.jetbrains.com/

3.2输入需要下载的插件intelliBot

3.3下载intelliBot

3.4解压后放到pycharm下的plugins目录

3.5打开pycharm遇到了插件错误

3.6问题解决,在刚才的intelliBot文件夹创建lib文件夹,把刚才下载的intellibot.jar包放进lib文件夹里面

3.7重启pycharm就可以进区,看到插件了

相关文章

网友评论

      本文标题:pycharm安装intelliBot插件失败的解决方案

      本文链接:https://www.haomeiwen.com/subject/dspinhtx.html