go get 没反应(下载不下来)

go get -u -v github.com/astaxie/beego

然后报

fatal: unable to access 'https://github.com/astaxie/beego/': Server aborted the SSL handshake

加上参数

go get -v -u --insecure github.com/astaxie/beego

依然报错

肯定是被 GFW 拦截了吧..

那加个代理

set http_proxy=http://127.0.0.1:1080

set https_proxy=http://127.0.0.1:1080

OK!下载下来了!


欢迎转载,但请附上原文地址哦,尊重原创,谢谢大家 本文地址: http://www.iphpt.com/detail/107/

当你能力不能满足你的野心的时候,你就该沉下心来学习