我是Golang的新手并试图编写一个小实用程序。当我尝试安装Go-redis软件包时,它返回以下错误:
go get -d gopkg.in/redis.v3
# cd .; git clone https://gopkg.in/redis.v3 C:\Dev\Projects\GOWorkspace\test\src\gopkg.in\redis.v3 Cloning into
'C:\Dev\Projects\GOWorkspace\test\src\gopkg.in\redis.v3'... fatal:
unable to access 'https://gopkg.in/redis.v3/': Failed to connect to
127.0.0.1 port 1080: Connection refused package gopkg.in/redis.v3: exit status 128
有人可以帮忙吗?