15 Replies
im impressed you got it into that state,, curious what you did
I have not made any changes to my knowledge
It was fine till about early May and then it by like this since. Just have not had time to look into it

ah, seems like it doesn't have internet connection. That I can't really help with :/
They may be blocking git at my office. I will check with my IT team
Thats a very likely culprit, glad you have an IT team. Good luck!
I got that problem today too. It was internet problem. 👍
is this correct?

@TheTik still have a few that are corupt

There is probably a smart way to fix it but I don't know. @blacksmithforlife is more knowledgable about git and git commands
doctor looks like it successfully ran, maybe try a full restart?
After letting the printer sit for a while i did a restart. As all said corupt and those are the only ones remaining
kk. Personally I'd be googling how to fix git repos
yeah you can try
cd
ing into those repo locations on disk and actually checking if they are corrupt. If they are, I think doing a full checkout of the origin branch would fix it
so for instance, if the branch is main
you would do something like git checkout --force origin/main
That's what my issue was and the steps I put on github fixed it for me. I'll try a new installation with your commands
For a new installation, try this procedure