golang:无法安装软件包

I am new to Golang and trying to write a small utility. When I tried to install Go-redis package, it returns me the following error:

go get -d gopkg.in/redis.v3
# cd .; git clone https://gopkg.in/redis.v3 C:\Dev\Projects\GOWorkspace\test\src\gopkg.inedis.v3 Cloning into
'C:\Dev\Projects\GOWorkspace\test\src\gopkg.inedis.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

Could anyone please help?