-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装问题 #21
Comments
这里如果不指定加载配置文件, 服务会自己加载webstack-go/configs/fat_configs.toml 这个配置文件的 env
示例
参考 |
感谢大佬回复,我用的宝塔面板只能运行go build后的编译文件 ,运行时就提示这个env错误... 在服务运行go run main.go后 初始化页面 /install/execute 又提示{"code":10116,"message":"写入配置文件失败"} 我把所有文件都chmod 777了 还是不行 - - 我再研究研究 - - |
刚刚我试了一下去掉写权限webstack-go/configs/ , 会报出 |
Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause 跟mysql版本有关系么 |
建议使用 mysql 5.7 版本 @jihanlingyu |
执行go mod tidy 拉去依赖库后 go run main.go 命令行执行警报 :
Warning: '-env' cannot be found, or it is illegal. The default 'fat' will be used.
请问大佬 env包没获取还是需要自建env文件 go语言新手 希望大佬能给出解决方案。
The text was updated successfully, but these errors were encountered: