push mirror to gitea fails with unclear message #14675

Open
opened 2025-11-02 11:19:42 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @tomaszduda23 on GitHub (Jun 29, 2025).

Description

Push mirror from gitea to gitea give such message.

2025/06/29 06:52:54 ...irror/mirror_push.go:115:SyncPushMirror() [E] SyncPushMirror [mirror: 3][repo: <Repository 41:servers/home-cluster>]: readObjectStart: expect { or n, but found N, error found in #1 byte of ...|Not Found

The problem is that gitea try to access lfs

https://xyz:fas@url/org/repo.git/info/lfs/objects/batch

which is disabled by default. It would be nice if error message explain what is wrong. Not Found is not enough to understand what is wrong.

Gitea Version

1.23.1

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

in docker

Database

None

Originally created by @tomaszduda23 on GitHub (Jun 29, 2025). ### Description Push mirror from gitea to gitea give such message. ``` 2025/06/29 06:52:54 ...irror/mirror_push.go:115:SyncPushMirror() [E] SyncPushMirror [mirror: 3][repo: <Repository 41:servers/home-cluster>]: readObjectStart: expect { or n, but found N, error found in #1 byte of ...|Not Found ``` The problem is that gitea try to access lfs ``` https://xyz:fas@url/org/repo.git/info/lfs/objects/batch ``` which is disabled by default. It would be nice if error message explain what is wrong. `Not Found` is not enough to understand what is wrong. ### Gitea Version 1.23.1 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? in docker ### Database None
GiteaMirror added the type/bug label 2025-11-02 11:19:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14675