code-server stopped working, tried to restart, but does not work. #2446
Unanswered
miketaochina
asked this question in
Q&A
Replies: 2 comments
-
Try sudo launchctl stop code-server
sudo launchctl start code-server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I use a Mac, OSX 10.14.6 (18G87)
I installed code-server and it was work well, but suddenly it stopped working, so I entered
code-server
in terminal and it showed me this:it supposed to show me something end with
.yaml
which is~/.config/code-server/config.yaml
but not any more, which I could not find mypassword file
. But I searched Q&A and I found this command:cat ~/.config/code-server/config.yaml
and I found it, which means this file is still there.and then I tried to restart code-server, so I entered
sudo systemctl restart code-server
, and it showed me this:Why this command not found..?
and I tried to scanned the ports which are open by
Nmap
, I could not findport8080
in the list, which means it is not open.so how i can make it work again?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions