安装beego时出现问题

Gotoff · · 13876 次点击
显示的是: github.com\astaxie\beego(download) #cd E:\Go\src\github.com\astaxie\beego; git pull --ff-only there is no tracking information for the current branch. Please specify which branch you want to merge with. 运行beego的实例程序时,提示no buildable Go source files
#2
更多评论
使用 `go get -u -v github.com/astaxie/beego` 看看进度,看看是情况
#1
beego的框架包应该已经下载到你的GOPATH/src下了。应该可以直接使用了!
#3