Can't clone repository, bad tree object #29942
Replies: 4 comments
-
Yeah, that looks like a bug on their side. The bug report form is here: https://support.github.com/contact/bug-report |
Beta Was this translation helpful? Give feedback.
-
You could try cloning the repository using SSH, that should do the trick. And please ensure you are not trying to clone into a git initialized environment. Good luck. |
Beta Was this translation helpful? Give feedback.
-
same:
Now trying to reproduce with a fresh clone and it works again, including |
Beta Was this translation helpful? Give feedback.
-
fatal: bad tree object 5a1b0159ad7f7156a309b4c05a9cb5fa8c05009d |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've been working in my repository (a fork of another) recently and have been running into some strange behavior when cloning and checking out one of my branches. Today, I tried a fresh clone of the repository and was greeted with this:
How do I contact a member of the Github team to resolve this, it appears it is a problem on the remote end? I found this SO post about how this user resolved their issue by contacting support, but the UI here doesn't make it easy to find said support contact information.
I've performed
git fsck
andgit gc
locally and I couldn't push up to my branch, which prompted me to attempt a fresh clone:Beta Was this translation helpful? Give feedback.
All reactions