Cannot stop phoenix server

Hi Everyone!

I’m having a little problem trying to stop the phoenix server on my machine, ctrl-c is not working so I don’t know how to stop the server. I search for this problem on the web but the only solution I found was to kill the process on cmd with taskkill, and is not a great solution. I have windows 10 and I use git bash.
The only command working when the server is running is ctrl-z but is returning this:

262982197 [sig] sh 1013! sigpacket::process: Suppressing signal 18 to win32 process (pid 0)

Also tried running git bash as admin but it does not work.

Thanks in advance for your help!

Running the server using the cmd works well, so I’ll use that. Apparently is a windows compatibility problem with git bash.