David @mleku - 2y
i'm in the process of working on my self hosted git repo, and bumped into this error when i tried to do some stuff https://github.com/icyphox/legit/issues/30 issue's been sitting there a long time so i guess i'm picking up the baton on this one going through the entire codebase and fixing logging to start with, then i should be able to find out what's going wrong and fix it, i am pretty sure it's something i can fix today ... it's not a huge codebase, and i have worked with git tooling in #golang before #selfhosted #devdiary #git #devstr
as the filer of this issue says, the first thing this repo needs to be working properly is actual working logs so i'm instrumenting everything that makes errors to track down issues, already seeing errors after just doing a few files so far when i open pages, so once they are all done i will be able to figure out wtf is going on with the bug i'm getting which is the one above the html and css needs a little TLC also, mostly ok but a few places where clearly there should be IDs to separate different uses of standard layout elements... not gonna fuss over that today though, i just want dump all my things into the one so for now just fixing this bug, and probably will squash a dozen others in the process
https://github.com/go-git/go-git/issues/641 i fixed it tho, was very simple just add a gzip reader connected to the http.Body
well, actually i have to revise what i posted because it needed a second level of handling not just only gzip, no idea why, random