beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.44k stars 921 forks source link

无法自动刷新 #853

Closed 449134904 closed 4 months ago

449134904 commented 1 year ago

我在虚拟机用mount挂载了win的目录,go的bee run 不能自动刷新

449134904 commented 1 year ago

mount -t cifs -o username=xxx,password=xxxxxxx,uid=1001,gid=1001 //192.168.56.1/www /data/wwwroot 挂载的命令

flycash commented 1 year ago

没有这么搞过,猜测是权限之类的问题。

你生产环境也要这么搞吗?

在 2023年5月18日 @.***> 写道:

mount -t cifs -o username=xxx,password=xxxxxxx,uid=1001,gid=1001 //192.168.56.1/www /data/wwwroot 挂载的命令 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

449134904 commented 1 year ago

没有这么搞过,猜测是权限之类的问题。 你生产环境也要这么搞吗? 在 2023年5月18日 @.> 写道: mount -t cifs -o 用户名=xxx,password=xxxxxxx,uid=1001,gid=1001 //192.168.56.1/www /data/wwwroot 挂载的命令 — 直接回复此电子邮件,在 GitHub 上查看或取消订阅。 您收到此消息是因为您订阅了此线程。消息 ID:@.> 生产环境肯定不是这么玩的,我是在本地开发 权限都是777了