我尝试使用go get gopkg.in/fatih/pool.v2安装池根据Readme.md,但不能成功:
C:\Users\xiaona\Documents\GitHub> go get -v gopkg.in/fatih/pool.v2
Fetching https://gopkg.in/fatih/pool.v2?go-get=1
https fetch failed.
Fetching http://gopkg.in/fatih/pool.v2?go-get=1
import "gopkg.in/fatih/pool.v2": http/https fetch: Get http://gopkg.in/fatih/poo
l.v2?go-get=1: dial tcp 107.178.216.236:80: ConnectEx tcp: A connection attempt
failed because the connected party did not properly respond after a period of ti
me, or established connection failed because connected host has failed to respon
d.
package gopkg.in/fatih/pool.v2: unrecognized import path "gopkg.in/fatih/pool.v2
"
107.178.216.236:80在网络浏览器中访问是可以的。
我尝试使用go get github.com/fatih/pool,它也可以正常工作。
任何人都可以就这个问题提供一些线索吗?
顺便说一句:我使用windows powershell和git版本是1.9.5.
阿波罗的战车
是否可以在 Docker 中安装 gopkg.in 包?
为什么我用$("#frmTest:text")不起作用
为什么要用Course[]作为数组,而不能随便起个数组名。
为什么css不起作用?
相关分类