在JetBrains GoLand中没有go.exe。程序无法运行。不知道问题是什么。

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

No go.exe in JetBrains GoLand. Program won't run. No idea what the problem is

问题

我正在使用 JetBrains GoLand 在我的 Windows 11 笔记本上编写程序,突然 AVG 报警了。

当我忽略它时,我无法运行我的程序。我得到了一个我从未见过的神秘错误。

GOROOT=C:\Users\progn\go\go1.20.4 #gosetup

GOPATH=C:\Users\progn\go #gosetup

无法运行程序 "go.exe"(在目录 "C:\Users\progn\go\src\at3"): CreateProcess 错误=2,系统找不到指定的文件
编译完成,退出代码为 126

我的进展停滞了。有人可以帮我解决这个问题吗?谢谢!

英文:

I am working on a program in JetBrains GoLand on my Windows 11 laptop when all of a sudden AVG panics.

When I ignore it, I can't run my program. I get this mystery error that I have never seen before.

GOROOT=C:\Users\progn\go\go1.20.4 #gosetup

GOPATH=C:\Users\progn\go #gosetup

Cannot run program "go.exe" (in directory "C:\Users\progn\go\src\at3"): CreateProcess error=2, The system cannot find the file specified
Compilation finished with exit code 126

My progress has halted. Can anyone help me with this stuff, please?

答案1

得分: 2

我进入了 AVG 的隔离区,并使用安全例外恢复了 a.out.exe 文件。

我想感谢 LazyOne 对我的消息进行编辑。我查看了他的个人资料,发现他在这里做了很多工作。我猜他被称为 LazyOne 的原因和他们称瘦子为“胖子”一样...

英文:

Fixed.

I went into the quarantine in AVG and restored the a.out.exe file with a security exception.

I'd like to thank LazyOne for editing my message. I checked his profile and see he's done a ton of work here. I guess he's named LazyOne for the same reason they call thin guys "fats"...

huangapple
  • 本文由 发表于 2023年7月16日 12:12:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/76696642.html
匿名

发表评论

匿名网友

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

确定