SSH Tells Me My Account Is Disabled But My Account Is Active

(base) [mikesolar@SunYu-Desktop rubbish-back]$ git push origin master 
error:
error: Your account is disabled.
error:
致命错误:无法读取远程仓库。

请确认您有正确的访问权限并且仓库存在。

But, my account is an admin and it can’t be disabled. I use self-hosted instance and I can’t disable my ow account.

It seems that there is a 403 error:

Sep 11 22:44:05 iZ0jlcmbe0dmw57619ohi3Z gitea[337916]: 2025/09/11 22:44:05 HTTPRequest [I] router: completed GET /api/internal/serv/command/1/GarbageClassification/back?mode=2&verb=git-receive-pack for 111.166.155.49:0, 403 Forbidden in 1.9ms @ private/serv.go:79(private.ServCommand)
Sep 11 22:44:05 iZ0jlcmbe0dmw57619ohi3Z gitea[337916]: 2025/09/11 22:44:05 HTTPRequest [I] router: completed POST /api/internal/ssh/log for 111.166.155.49:0, 200 OK in 0.1ms @ private/ssh_log.go:17(private.SSHLog)
Sep 11 22:44:07 iZ0jlcmbe0dmw57619ohi3Z gitea[337916]: 2025/09/11 22:44:07 HTTPRequest [I] router: completed GET /sunyu/CubismFramework/issues?type=all&sort=latest&state=open&assignee=(none)&labels=0 for [2001:41d0:303:34ec::1]:0, 200 OK in 15.9ms @ repo/issue_list.go:761(repo.Issues)

I am using Gitea 1.24.5, and I upgraded to 1.24.6 and the error still occurs.

I had migrated from another server last month, and I’m sure there is no problem while I was on the old server. I didn’t use it after migrate until yestoday and the error occured.