Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Ganbold@ganbold (2026-08-12 12:22:02)
holy shit I found the issue

similar but not exactly the same as this one https://github.com/go-gitea/gitea/issues/35996

basically server's .gitconfig were appended by something which makes a single git command execution running TONS of git hook which basically never ends and inflates the memory/cpu usage for nothing, thus git clone or git pull never succeed because of the hook making the service unavailable
---Reply--- Ganbold@ganbold (2026-08-12 13:18:34) I dont understand why git server need to run the hook itself? I thought git hook was designed only for client? but how does git know if its server or client anyway
Reply