码迷,mamicode.com
首页 > 其他好文 > 详细

go:远程包安装问题

时间:2019-07-11 20:48:45      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:解决方案   Golan   问题   错误   tools   手动   party   host   cti   

在使用go get安装gopls时发现连接超时,错误如下:

命令

go get golang.org/x/tools/gopls

输出

package golang.org/x/sync/errgroup: unrecognized import path "golang.org/x/sync/errgroup" (https fetch: Get https://golang.org/x/sync/errgroup?go-get=1: dial tcp 216.239.37.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)

解决方案

由于golang.org/xgithub/golang下有镜像文件,故手动在$GOPATH/src目录创建golang.org/x子目录,并进入目录中,clonegithub/golang下的仓库。

git clone https://github.com/golang/gopls

go:远程包安装问题

标签:解决方案   Golan   问题   错误   tools   手动   party   host   cti   

原文地址:https://www.cnblogs.com/luoheng23/p/11172194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!