adduser gitea
usermod -G root gitea
vim /etc/sudoers # 找到这一行 root ALL=(ALL) ALL # 使用快捷键YY(复制) 再P(粘贴)一行修改成如下 gitea ALL=(ALL) ALL # wq! # 强制保存退出