I was going to push some stuff I'm working on to my repo at repo.or.cz, and just got the following error: $ GIT_TRACE=1 git push kusma work/daemon-win32:work/daemon-win32-process trace: built-in: git 'push' 'kusma' 'work/daemon-win32:work/daemon-win32-process' trace: run_command: 'ssh' 'repo.or.cz' 'git-receive-pack '\''/srv/git/git/kusma.git'\''' trace: run_command: 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' trace: built-in: git 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' usage: git pack-objects [{ -q | --progress | --all-progress }] [--max-pack-size=N] [--local] [--incremental] [--window=N] [--window-memory=N] [--depth=N] [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset] [--threads=N] [--non-empty] [--revs [--unpacked | --all]*] [--reflog] [--stdout | base-name] [--include-tag] [--keep-unreachable | --unpack-unreachable] [<ref-list | <object-list] error: pack-objects died with strange error error: failed to push some refs to 'ssh://repo.or.cz/srv/git/git/kusma.git' $ git --version git version 1.6.6.rc2.5.g49666 Is this something anyone have experienced before? I'm not entirely sure if this happens on the local side or the remote side... I've tried with a few different versions locally but the issue seems to persist, so I'm starting to suspect it's an issue at the remote end. Any insight, anyone? -- Erik "kusma" Faye-Lund -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html