web.go安装错误
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要安装 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
如果通过 goinstall 安装 web.go,则需要执行以下操作:
If you install web.go through goinstall, you need to do: