Вопрос

I've just set up my first Jekyll project locally. I've got the server running, but I forgot to use the auto flag. So now I want to stop the server and restart using the flag. However, in my command line after I started the server I didn't get a new prompt, so I can't enter any new commands. I'm not very used to the command line so I'd really appreciate knowing what I should do! I'm using Mac OS X and terminal.app if that makes a difference!

Это было полезно?

Решение 2

You can stop it with CTRL + C.

Другие советы

ps aux |grep jekyll |awk '{print $2}' | xargs kill -9
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top