我已经使用 go 墨盒在 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")
但我仍然收到上面提到的错误。
提前谢谢各位