【发布时间】:2017-02-08 04:37:34
【问题描述】:
我遵循一些关于在 laravel 上排队的教程并使用这个命令在后台运行它
sudo nohup php artisan queue:work --daemon --tries=3
过了一会儿,我想用命令更新我的代码
git add .
但我得到了这个错误
error: open("nohup.out"): Permission denied
error: unable to index file nohup.out
fatal: adding files failed
我假设它来自上面的命令。 我该如何解决这个问题?
谢谢大佬,现在真的很困惑!
【问题讨论】: