Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo usermod -a -G discord <username> when setting up on WSL1 #122

Open
ZichengWangdrzz opened this issue Aug 26, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ZichengWangdrzz
Copy link

Description

Installed Go1.21.0, which is the latest version by far. Trying to set up by instructions on my WSL. Everything went well until I typed sudo usermod -a -G discord <username> . It produces the error usermod: user 'hugowang123' does not exist. I don't quite understand what should I input right here and tried several variants, including the old format which was abandoned by discord "xxx#xxx"'hugowang123' is my username for discord.

Neovim version

NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/__w/neovim/neovim/build/nvim.AppDir/usr/share/nvim"

OS information

Ubuntu 22.04 WSL1 on Windows

Steps to reproduce

It's described in the question.

Logs

No logs is there. Just the error terms

@ZichengWangdrzz ZichengWangdrzz added the bug Something isn't working label Aug 26, 2023
@jiriks74
Copy link

Try to run it like sudo usermod -a -G discord $USER instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants