使用奇怪的指令编辑sudo权限

您好我正在使用Ubuntu并尝试安装Chromium OS。 他们建议使用Ubuntu,但在完成快速入门指南时,我从“先决条件”步骤3中运行了这些命令 :

cd /tmp cat > ./sudo_editor < \$1 # Entering your password in one shell affects all shells echo Defaults timestamp_timeout=180 >> \$1 # Time between re-requesting your password, in minutes EOF chmod +x ./sudo_editor sudo EDITOR=./sudo_editor visudo -f /etc/sudoers.d/relax_requirements 

并在输入此命令时:

 sudo EDITOR=./sudo_editor visudo -f /etc/sudoers.d/relax_requirements 

错误是

 fatal: unable to auto-detect email address (got 'myname@example.(none)') 

我该怎么办?