go get github.com/beego/bee 命令无法使用
错误信息
F:\gopath>go get github.com/beego/bee
cd .; git clone – https://github.com/beego/bee F:\gopath\src\github.com\beego\bee
Cloning into ‘F:\gopath\src\github.com\beego\bee’…
fatal: unable to access ‘https://github.com/beego/bee/’: error setting certificate verify locations:
CAfile: E:/Git/Git/mingw32/libexec/ssl/certs/ca-bundle.crt
CApath: none
package github.com/beego/bee: exit status 128
解决方法
一、尝试使用 git clone git://github.com/beego/bee/
bee 可以下载,但是无法使用(也可能是我路径放置有问题)
二、尝试给Git设置代理(golang 开发 设置代理 https://goproxy.io/)
可以解决问题
版权声明:本文为qq_39347667原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。