开发者

Permission denied when running script/server

开发者 https://www.devze.com 2023-01-19 11:52 出处:网络
I just cloned the mini_fb_demo from Github, went into the directory and ran script/server, and got this error:

I just cloned the mini_fb_demo from Github, went into the directory and ran script/server, and got this error:

-bash: script/server: Permission denied

I've been using script/server like this for other projects for awhile, and this has nev开发者_运维技巧er happened. What is causing this? Thanks for reading.


You probably don't have execute permission on script/server.

Try: chmod +x script/server then start it again.

0

精彩评论

暂无评论...
验证码 换一张
取 消