gpt4 book ai didi

intellij-idea - "The selected directory is not a valid home for Go Sdk"

转载 作者:IT王子 更新时间:2023-10-29 01:09:41 24 4
gpt4 key购买 nike

我正在使用 IntelliJ Idea 和 google-go-lang-idea-plugin 来自:

https://github.com/mtoader/google-go-lang-idea-plugin/issues/173

当我尝试将我的 APT 提供的 Go 安装添加到 Go SDK 列表时,出现以下错误

The selected directory is not a valid home for Go Sdk

我尝试将以下目录添加为 Go SDK 根目录

  • /usr/share/go/
  • /usr/share/src/
  • /usr/lib/go/
  • /usr/lib/go/src/
  • /usr/lib/go/pkg/
  • /usr/lib/go/pkg/linux_amd64

有谁知道如何让它工作?我在 bugtracker 中评论了各种问题,但是维护者声称这在 10 个月前就已修复。

如果做不到这一点,有谁知道这个插件实际上在寻找什么,这会使目录看起来像 SDK 目录?

最佳答案

我在goland idea配置goroot路径的时候遇到了这个问题。

enter image description here I solve it as follows ,

进入GO SDK路径,找到zversion.go,然后在文件中追加

const TheVersion = `go1.17.2`

.您需要根据自己的情况更改版本。

在我的例子中,sversion.go 路径位于 D:\Programs\Go\src\runtime\internal\sys\zversion.go

保存文件,重启goland ide,然后配置GOROOT(File -> setting -> Go -> GOROOT -> + -> local...),选择你的Go root路径并保存。

enter image description here

关于intellij-idea - "The selected directory is not a valid home for Go Sdk",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19108421/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com