script/server: Permission denied (Ruby on Rails Error)

I recently pulled a repository (using the GIT clone command) from our codebasehq account and landed up with this error while starting the server using the command script/server.

script/server: Permission denied

After a quick search I figured a fix and the possible cause of the problem. 

Fix: 

On your bash (terminal) run: chmod 755 script/server

Possible Cause: 

The source pushed to the git server was from a Windows machine.

Tags:



This entry was posted on Wednesday, May 27th, 2009 at 11:08 am and is filed under Work @ Tenmiles. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One Response to “script/server: Permission denied (Ruby on Rails Error)”

  1. [...] Shalin Jain of Tenmiles [...]

Leave a Reply