可能是 psql 正在尝试使用您的当前系统用户(root),而该用户在 Postgres 中不存在。您可能需要在运行 psql 时指定用户:psql -U postgres
psql -U postgres
然后检查此步骤: