Can't stop rails server

前端 未结 27 2158
别跟我提以往
别跟我提以往 2020-12-04 05:12

I am new to rails and I am using an ubuntu machine and the rubymine IDE. The problem is that I am unable to stop the rails server. I tried to stop the server by killing the

27条回答
  •  Happy的楠姐
    2020-12-04 05:33

    I have noticed on Windows (Im using 10 but not sure if the same for oler). If you use cmd.exe and ctrl + c the raisl server stops correctly.

    However, if you use Git Bash, it doesn't. It says it has but when you look at the tmp pids, its still there.

    Maybe a bug with git bash?

提交回复
热议问题