英文:
How to fix problem 'Update plugin to start this course' for jetbrain's Learn Rust course?
问题
我正在尝试让JetBrains的Rust课程正常运行,但我遇到了这个问题:
我已经安装了Rust工具链和Rust插件。当我点击问题上的“更新”时,出现了以下情况:
所以我点击“确定”后什么都不发生。有人知道问题可能是什么吗?
我正在使用IntelliJ Community版本,我的操作系统是Windows。
英文:
I am trying to get jetbrain's rust course working but I have this problem:
I have installed the rust toolchain and the rust plugin. When I click update on the problem this comes up:
so I press ok and nothing happens. Does anyone know what the problem could be?
I am using Intellij community with the education version and I am on a windows machine.
答案1
得分: 0
这是由 https://youtrack.jetbrains.com/issue/EDC-740/Cannot-start-Learn-Rust-Course 引起的。
请再次尝试课程,现在应该可以正常工作。
问题在于该课程是从nightly插件版本发布的,其中引入了一个新的存档格式版本(15)。
因此,稳定的插件会抱怨它不支持新的格式版本,但此时还没有新的稳定版本来支持新的格式。
使用稳定版本的EduTools生成的存档已经上传,损坏的版本已被隐藏。现在应该没有问题了。
英文:
This is caused by https://youtrack.jetbrains.com/issue/EDC-740/Cannot-start-Learn-Rust-Course
Please try the course again and it should work now.
> The problem here is that the course published from nightly plugin version where a new version of the archive format was introduced (15).
As a result, stable plugin complains that it doesn't support the new format version but at this moment there isn't new stable version with new format support
> An archive generated with the stable EduTools is uploaded, the corrupted version is hidden. It should be ok now.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论