bundle exec rake test:models throws Errno::EACCES: Permission denied

前端 未结 4 1672
囚心锁ツ
囚心锁ツ 2020-12-19 19:41

I am doing the draft version of the railstutorial, when I try to run bundle exec rake test:models I get this error message:

rake aborted!
Errno:         


        
4条回答
  •  天涯浪人
    2020-12-19 20:26

    I noticed this happens if I have one terminal open running the rails server and another terminal to work on. My work Terminal is what gives me the issue when I try to drop or reset a database. I close the server ans try again and it works fine.

提交回复
热议问题