装好golang 装好git
git config --global https.proxy 'socks5://127.0.0.1:1080'
git config --global http.sslVerify false
删除
git config --global --unset http.proxy
git config --global --unset https.proxy
然后 才能快速安装
go get github.com/astaxie/beego
go get -u github.com/beego/bee
添加全局环境变量
bee api hell -conn="root:root@tcp(127.0.0.1:3306)/mysql"
cd hell
bee run -downdoc=true -gendoc=true