"git push" hangs against "bzr serve --git"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
Git push hangs indefinitely:
$ git push
localhost[0: ::1]: errno=Connection refused
localhost[0: fe80::1]: errno=Connection refused
Counting objects: 22, done.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 1.86 KiB, done.
Total 15 (delta 12), reused 0 (delta 0)
^C
Traceback after control-C:
-------
Exception happened during processing of request from ('127.0.0.1', 55911)
Traceback (most recent call last):
File "/opt/local/
self.
File "/opt/local/
self.
File "/opt/local/
self.
File "/opt/local/
self.handle()
File "/opt/local/
h.handle()
File "/opt/local/
self.
File "/opt/local/
entries = p.sorted_entries()
File "/opt/local/
ret = list(self.
File "/opt/local/
raise KeyError(
KeyError: ['7fff6cdb4fdb9
-------
Inspection of the origin git log shows that the change was never propagated upstream.
tags: | added: git serve |
description: | updated |
Changed in bzr-git: | |
status: | Triaged → Fix Released |
status: | Fix Released → Fix Committed |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-git: | |
status: | Fix Committed → Fix Released |
milestone: | none → 0.6.4 |
This is a bit odd, it seems like git is sending a pack that contains deltas against texts that the server doesn't know about.