登录
首页 >  Golang >  Go问答

遇到问题:无法在 Linux 上成功安装 subzy 工具

来源:stackoverflow

时间:2024-03-14 11:45:20 491浏览 收藏

本篇文章给大家分享《遇到问题:无法在 Linux 上成功安装 subzy 工具》,覆盖了Golang的常见基础知识,其实一个语言的全部知识点一篇文章是不可能说完的,但希望通过这些问题,让读者对自己的掌握程度有一定的认识(B 数),从而弥补自己的不足,更好的掌握它。

问题内容

我尝试从 github 安装这个 subzy 工具,但它显示了这种错误,并且我无法安装它。我在使用(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'.
➜  ~**

正确答案


欢迎来到社区,

  1. 检查已关闭的仓库,是否有 go.mod 和 go.sum 文件
  2. 检查go的版本(go mod在最近版本中强制执行)
  3. 查看并了解 go mod 以及如何使用 (https://go.dev/blog/using-go-modules)

今天关于《遇到问题:无法在 Linux 上成功安装 subzy 工具》的内容介绍就到此结束,如果有什么疑问或者建议,可以在golang学习网公众号下多多回复交流;文中若有不正之处,也希望回复留言以告知!

声明:本文转载于:stackoverflow 如有侵犯,请联系study_golang@163.com删除
相关阅读
更多>
最新阅读
更多>
课程推荐
更多>