如何解决JetBrains的Learn Rust课程中的问题’更新插件以开始该课程’?

huangapple go评论67阅读模式
英文:

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:
如何解决JetBrains的Learn Rust课程中的问题’更新插件以开始该课程’?

I have installed the rust toolchain and the rust plugin. When I click update on the problem this comes up:

如何解决JetBrains的Learn Rust课程中的问题’更新插件以开始该课程’?

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.

huangapple
  • 本文由 发表于 2023年2月18日 08:32:54
  • 转载请务必保留本文链接:https://go.coder-hub.com/75490392.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定