beego框架安装

先设置国内下载源

go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn

安装beego文件

go get github.com/astaxie/beego

安装bee工具

go get github.com/beego/bee  // 输入bee,查看是否安装

创建项目

bee new 项目名

运行项目

// 切换到项目文件夹下
bee run

OpenSSL SSL_read: Connection was reset, errno 10054
在git clone 项目时报错

这是服务器的SSL证书没有经过第三方机构的签署,所以报错。

解决办法:

git config --global http.sslVerify "false"
posted @ 2021-05-05 12:09  pythoner_wl  阅读(159)  评论(0编辑  收藏  举报