我安装了cygwin64并尝试执行命令
$ mkgroup -l / etc / group
但我收到了错误
SYSTEM:S-1-5-18:18:
NT SERVICE+TrustedInstaller:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464:328384:
mkgroup (272): [1707] The network address is invalid.
以下是我现在所做的事情。
Copying skeleton files.
These files are for the users to personalise their cygwin experience.
They will never be overwritten nor automatically updated.
'./.bashrc' -> '/home/saiki//.bashrc'
'./.bash_profile' -> '/home/saiki//.bash_profile'
'./.inputrc' -> '/home/saiki//.inputrc'
'./.profile' -> '/home/saiki//.profile'
saiki@MSaiki ~
$ mkpasswd -l > /etc/passwd
saiki@MSaiki ~
$ mkgroup -l /etc/group
SYSTEM:S-1-5-18:18:
NT SERVICE+TrustedInstaller:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464:328384:
mkgroup (272): [1707] The network address is invalid.
我该怎么做才能解决这个问题?