Note that there are some explanatory texts on larger screens.

plurals
  1. POgit receive-pack stops with 0000
    primarykey
    data
    text
    <p>I'm very new to git and currently trie to setup an environment with gitolite and trac on opensuse.</p> <p>I managed to migrate an old svn repository with the scripts from <a href="http://john.albin.net/git/git-svn-migrate" rel="nofollow">http://john.albin.net/git/git-svn-migrate</a>.</p> <p>Now I'm stuck with the trac/git-integration since the git-receive-pack command doesn't behave as expected.</p> <p>When performing the below command, it hangs after printing 0000 and I got to press CTRL+C to return.</p> <pre><code>$ git-receive-pack . 0072c0b863c86da4bb75caa8cb5b6cd46604096b84e9 refs/heads/master report-status delete-refs side-band-64k ofs-delta 0046c0b863c86da4bb75caa8cb5b6cd46604096b84e9 refs/remotes/origin/HEAD 0048c0b863c86da4bb75caa8cb5b6cd46604096b84e9 refs/remotes/origin/master 0000 </code></pre> <p>I tried to execute the command on the fresh migrated repository, on the gitolite admin repository and on a local clone on my windows client with git on cygwin. In all cases I'm stuck with the above behaviour.</p> <p>receive-pack returns some probably correct lines, followed by 0000 and hangs.</p> <p>Does anyone have an idea what here is going on? </p> <p>All comments on git-receive-pack focus on certificate or path errors - and they all work completely or not. But in my case it returns a few lines and stops???</p> <p>Why do I ask this?</p> <p>My trac installation return the following error:</p> <pre><code>Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git-receive-pack --version' but got ValueError('need more than 0 values to unpack',)) </code></pre> <p>Cloning, pulling and pushing seems to work, but I've had another error with an 'ä' in a tag name in svn which caused problems with gitolite after svn-to-git-migration. So I thought there might by another issue with git.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload