尝试使用 gerrit 的 set-accont 命令设置用户信息

Trying to set user info with gerrit's set-accont command

我正在尝试使用 set-account 命令更改用户的电子邮件地址。这就是我所做的:

ssh -p 29418 root@mygerritserver.com gerrit set-accont --add-email "user1@user.com" user1

我收到了这个错误:

gerrit: set-accont: not found

我确定我输入了正确的 url、端口、用户名等。我做错了什么?

你打错了,set-account,不是set-accont

参考https://git.eclipse.org/r/Documentation/cmd-set-account.html