Looking at the code and logged error here, this appears to only be possible if you fall back to non-smart http. I have no idea why your git client would do that, but can you run 'GIT_CURL_VERBOSE=1 git push' and see if the log spew provides any useful hints?
Thanks, Augie On Fri, Sep 2, 2011 at 5:34 AM, Tibs <[email protected]> wrote: > I'm working on http://code.google.com/p/muddle/, and have done the > sequence: > > git fetch > git merge origin/master > git commit -a # after fixing a merge mismatch > git push > > at which point I get: > > error: GnuTLS recv error (-9): A TLS packet with unexpected length was > received. while accessing https://code.google.com/p/muddle//info/refs > > fatal: HTTP request failed > > I'm running Ubuntu, 64-with-Ubuntu-10.04-lucid, my git is 1.7.0.4 and > gnutls26 is 2.8.5-2 > > I've not had any previous problems pushing to this repository from > this machine. > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

