go get 命令无法使用

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
go get 命令无法使用
解决方法
一、尝试使用 git clone git://github.com/beego/bee/
bee 可以下载,但是无法使用
二、尝试给Git设置代理(golang 开发 设置代理 https://goproxy.io/)
go get 命令无法使用
可以解决问题