Replies: 1 comment
-
|
I have the same issue as you with the same exact hash: 002cc769c0c23753315cc5db755492008062ce04 I used copier instead of git clone. Did you also? I dont have the error now using git clone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
When fetching this repo as upstream I get errors showing refs that reference missing objects and server-side pack/index failures. I cannot fetch or push due to these missing objects. I have local corruption symptoms (some objects unreadable) and cannot recover them from the upstream clone.
Requested server-side checks / actions
Please run these checks and maintenance steps on the upstream repository (or provide guidance / a healthy bundle):
git fsck --full — identify broken/missing objects
git repack -a -d
git gc --prune=now
If the repo is a mirror or backed by replication, check replication/pack transfer logs for missing objects or interrupted repacks.
If you cannot repair the current pack files, please consider providing:
a server-generated bundle (git bundle create repo-recovery.bundle --all) or
a fresh pack (pack-*.pack/.idx) that contains the missing objects, or
a fresh clone/mirror that others can fetch from.
If you prefer, you can also point me to an alternate mirror or provide the bundle and I will fetch and repack locally.
Why this matters
The fetch/push failures prevent forks and downstream users from syncing and make it impossible to recover missing objects locally. A server-side repair or a provided bundle will let me (and others) restore history and continue work.
Logs / environment notes
I can provide full GIT_TRACE output and git fsck output on request. Local git version: git/2.51.0 (if you need specific details I can paste the trace).
Thanks — please advise what you can run on the server or provide (bundle / mirror / fix).
Operating System
Linux
Operating System Details
Operating System: Fedora Linux 42
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.19.0
Qt Version: 6.9.2
Kernel Version: 6.17.4-200.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × Intel® Core™ i5-14400F
Memory: 32 GiB of RAM (31,2 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 4070 SUPER
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7E02
System Version: 2.0
Python Version
3.12.10
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions