begoo学习笔记之 - 安装

Posted better_hui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了begoo学习笔记之 - 安装相关的知识,希望对你有一定的参考价值。

安装begoo时,报如下错误:

go get: module github.com/beego/beego/v2: Get 

"https://proxy.golang.org/github.com/beego/beego/v2/@v/list": dial tcp 172.217.160.113:443: 

connectex: A connection attempt failed because the connected party did not properly respond 

after a period of time, or established connection failed because connected host has failed 

to respond.


 

解决办法:设置代理

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

 

 

 

以上是关于begoo学习笔记之 - 安装的主要内容,如果未能解决你的问题,请参考以下文章

begoo——路由设置

vue2.0学习笔记之组件

学习笔记:python3,代码片段(2017)

ROS学习笔记之——ESVO复现及DAVIS346测试

Python学习笔记之正则表达式

begoo——对象的CRUD操作