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!下载下来了!
当你能力不能满足你的野心的时候,你就该沉下心来学习