Problem with health check repository - invalid author/committer line - missing space before email #7065

Closed
opened 2025-11-02 07:14:54 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @somera on GitHub (Mar 24, 2021).

  • Gitea version (or commit ref): 1.13.6
  • Git version:
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

I have an old mirror on my Gitea instance. This mirror was converted to local repo. But after update to Gitea 1.13.6 (???) I get this error messages

Failed to health check repository (cache/libmemcached-old): exit status 4 - error in commit aaa58bfca87a6e47d11c4efbc5f0c0637091c5bb: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit 237c14119ce4a784a0cbeba4cf674c4af8aa314d: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit 3f2aab5c24ea76d37d4c1ef59f2277d1ea2d265e: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit c41e93402bbafd6a9393c0589b8b01650049749f: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit 4aac578b259d8ce082a9de428636799da1add598: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit 5fc74e1abc81b936f089556ba8edd686846173f9: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit 7df00ced05e7e4b447009c77704acbe9bda24a98: missingNameBeforeEmail: invalid author/committer line - missing space before email
error in commit c6f7a55231552beca528c83d0999988bceaa70c1: missingNameBeforeEmail: invalid author/committer line - missing space before email

Screenshots

image

Originally created by @somera on GitHub (Mar 24, 2021). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq) 5. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.13.6 - Git version: - Operating system: <!-- Please include information on whether you built gitea yourself, used one of our downloads or are using some other package --> <!-- Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc. ---> <!-- If you are using a package or systemd tell us what distribution you are using --> - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - Log gist: <!-- It really is important to provide pertinent logs --> <!-- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems --> <!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini --> ## Description <!-- If using a proxy or a CDN (e.g. CloudFlare) in front of gitea, please disable the proxy/CDN fully and connect to gitea directly to confirm the issue still persists without those services. --> I have an old mirror on my Gitea instance. This mirror was converted to local repo. But after update to Gitea 1.13.6 (???) I get this error messages ``` Failed to health check repository (cache/libmemcached-old): exit status 4 - error in commit aaa58bfca87a6e47d11c4efbc5f0c0637091c5bb: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit 237c14119ce4a784a0cbeba4cf674c4af8aa314d: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit 3f2aab5c24ea76d37d4c1ef59f2277d1ea2d265e: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit c41e93402bbafd6a9393c0589b8b01650049749f: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit 4aac578b259d8ce082a9de428636799da1add598: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit 5fc74e1abc81b936f089556ba8edd686846173f9: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit 7df00ced05e7e4b447009c77704acbe9bda24a98: missingNameBeforeEmail: invalid author/committer line - missing space before email error in commit c6f7a55231552beca528c83d0999988bceaa70c1: missingNameBeforeEmail: invalid author/committer line - missing space before email ``` ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![image](https://user-images.githubusercontent.com/8334250/112385358-d1cede80-8cef-11eb-8a35-b352a2630985.png)
GiteaMirror added the type/bug label 2025-11-02 07:14:55 -06:00
Author
Owner

@lunny commented on GitHub (Apr 13, 2021):

What's the log from? It seems it's not Gitea's log.

@lunny commented on GitHub (Apr 13, 2021): What's the log from? It seems it's not Gitea's log.
Author
Owner

@somera commented on GitHub (Apr 13, 2021):

I see this in Gitea

image

@somera commented on GitHub (Apr 13, 2021): I see this in Gitea ![image](https://user-images.githubusercontent.com/8334250/114584028-81a9c300-9c82-11eb-9ed4-593597442b63.png)
Author
Owner

@zeripath commented on GitHub (Apr 13, 2021):

grep -R missingNameBeforeEmail /home/andrew/src/go/gitea

returns nothing.

Gitea is not doing this.

@zeripath commented on GitHub (Apr 13, 2021): `grep -R missingNameBeforeEmail /home/andrew/src/go/gitea` returns nothing. Gitea is not doing this.
Author
Owner

@zeripath commented on GitHub (Apr 13, 2021):

This is from Git. There is an invalid commit in this repository. Gitea will not have made this commit.

@zeripath commented on GitHub (Apr 13, 2021): This is from Git. There is an invalid commit in this repository. Gitea will not have made this commit.
Author
Owner

@somera commented on GitHub (Apr 13, 2021):

@zeripath as I wrote I get this since Gitea 1.13.5/6. It's old mirror.

This issue can stay closed.

@somera commented on GitHub (Apr 13, 2021): @zeripath as I wrote I get this since Gitea 1.13.5/6. It's old mirror. This issue can stay closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7065