我已经使用go cartridge在openshift中创建了一个go应用程序但是当我更新我的代码以便在我推送它时使用beego时我会遇到如下错误:
An error occurred executing 'gear postreceive' (exit code: 1)
和Error message: CLIENT_ERROR: Failed to execute: 'control build'
在我的app.conf中,我根据openshift将提供的内容设置主机和端口。 httphost = os.Getenv(“HOST”) httpport = os.Getenv(“PORT”)
但我仍然得到上面提到的错误。
先谢谢你们