关于使用go get安装go-echo时的一些问题

caozhiheng0625 · · 2158 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

安装时显示下列问题请大神帮忙看一看 怎样解决 ```bash G:\GO\go\src\project>go get github.com/labstack/echo/... # cd C:\Users\Administrator\go\src\github.com\labstack\gommon; git pull --ff-only fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched. package github.com/labstack/gommon/color: exit status 1 package github.com/labstack/gommon/log: cannot find package "github.com/labstack/gommon/log" in any of: G:\GO\go\src\github.com\labstack\gommon\log (from $GOROOT) C:\Users\Administrator\go\src\github.com\labstack\gommon\log (from $GOPATH) package golang.org/x/crypto/acme/autocert: unrecognized import path "golang.org/x/crypto/acme/autocert" (https fetch: Get https://golang.org/x/crypto/acme/autocert?go-get=1: net/http: TLS handshake timeout) package github.com/labstack/gommon/bytes: cannot find package "github.com/labstack/gommon/bytes" in any of: G:\GO\go\src\github.com\labstack\gommon\bytes (from $GOROOT) C:\Users\Administrator\go\src\github.com\labstack\gommon\bytes (from $GOPATH) package github.com/labstack/gommon/random: cannot find package "github.com/labstack/gommon/random" in any of: G:\GO\go\src\github.com\labstack\gommon\random (from $GOROOT) C:\Users\Administrator\go\src\github.com\labstack\gommon\random (from $GOPATH) ```

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

2158 次点击  ∙  1 赞  
加入收藏 微博
6 回复  |  直到 2017-08-10 19:23:09
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传