TCPServer Error: Address already in use - bind(2)

后端 未结 8 1128
无人共我
无人共我 2020-12-07 07:38

Jekyll was working fine for me few weeks back but now all of a sudden it gives me the following error:

TCPServer Error: Address already in use - bind(2)
INFO         


        
8条回答
  •  既然无缘
    2020-12-07 08:35

    Check that you don't have another terminal open where you are already running a server. If that is the case, do a CTRL-C to shutdown the server, and that will free the port/address.

提交回复
热议问题