gpt4 book ai didi

git - 在 Gitea 中更改管理员密码

转载 作者:太空狗 更新时间:2023-10-29 13:16:49 24 4
gpt4 key购买 nike

我创建了一个管理员用户,密码包含一个特殊字符。 Gitea 安装成功,但无法登录。我无法获得新密码,因为它说:

Sorry, Register Mail Confirmation has been disabled.

我尝试了命令 gitea admin change-password,但无法识别命令。

最佳答案

来自 your issue ,任何 gitea 命令(如 gitea admin change-password --username myusername --password asecurenewpassword)以:

结尾
gitea: command not found

如果你installed from binary ,你会注意到 $PATH 没有被修改,并且 gitea 是直接从它的安装文件夹调用的。

./gitea web

因此您可以对更改密码执行相同的操作:

cd /path/to/gitea
./gitea admin change-password --username myusername --password asecurenewpassword

请注意 Robert Ranjan在评论中添加:

/path/to/gitea is gitea's home path, where you find folder custom.
In my case gitea's home is /var/lib/gitea. From this path, you should see file: custom/conf/app.ini which is expected by default.

关于git - 在 Gitea 中更改管理员密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49057558/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com