我试图从GitHub安装这个次级工具,但是它显示了这样的错误,而且我无法安装它,我在用(GO语言)编写的其他程序中也遇到了同样的问题。
我可以克隆用python编写的程序,但是我无法克隆用go语言编写的程序,一旦我克隆了,我就不知道如何安装它们。

****➜ ~ go install -v github.com/lukasikic/subzy@latest
go: finding a module f**or package github.com/mitchellh/go-homedir
go: finding module for package github.com/logrusorgru/aurora
go: found github.com/logrusorgru/aurora in github.com/logrusorgru/aurora v2.0.3+incompatible
go: found github.com/mitchellh/go-homedir in github.com/mitchellh/go-homedir v1.1.0
➜ ~ go get -u -v github.com/lukasikic/subzy
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
➜ ~** 发布于 2022-07-23 16:43:36
欢迎来到社区,
(https://go.dev/blog/using-go-modules)
https://stackoverflow.com/questions/73092295
复制相似问题