web.go安装错误

发布于 2024-09-02 09:41:52 字数 322 浏览 8 评论 0原文

我正在尝试使用 goinstall github.com/hoisie/web.go 安装 web.go,我不断收到有关路径的错误。

goinstall: github.com/hoisie/web.go: git: no such file or directory

goinstall 肯定可以工作,因为当我输入 goinstall 时,我会得到它的选项列表。关于我做错了什么有什么想法吗?

都会

I am trying to install web.go using goinstall github.com/hoisie/web.go, and I keep getting an error about the path.

goinstall: github.com/hoisie/web.go: git: no such file or directory

goinstall is working for sure because when I type in just goinstall I get the options list for it. Any ideas on what I am doing wrong?

Metropolis

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜扑 2024-09-09 09:41:52

您需要安装 git (http://git-scm.com) 才能从 git 获取包存储库。

干杯,
法比安

You need to install git (http://git-scm.com) in order to fetch packages from a git repository.

Cheers,
Fabian

场罚期间 2024-09-09 09:41:52

如果通过 goinstall 安装 web.go,则需要执行以下操作:

import "github.com/hoisie/web.go"

If you install web.go through goinstall, you need to do:

import "github.com/hoisie/web.go"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文