On Mon, 14 Sep 2015 05:23:19 -0700 (PDT) Niklaas Baudet von Gersdorff <[email protected]> wrote:
> I (nearly) successfully set up `git-http-backend`. Pulling is no > problem but pushing hangs at this stage (just an example git push): > > $ git push > Username for '<server>': niklaas > Password for '<server>': > Counting objects: 33, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (30/30), done. > Writing objects: 100% (33/33), 26.34 MiB | 23.78 MiB/s, done. > Total 33 (delta 7), reused 0 (delta 0) > > So I don't get my prompt back and the only thing I can do is CTRL-C > which aborts pushing. [...] What do you see on your server machine when the operation seemingly hangs? Does running `ps axf` (or whatever works for your platform) show something strange like some subprocess run by the server-side Git process? My immediate idea is that a hook is being run upon pushing in the server repository which hangs for some reason and so the whole thing hangs as well. So I'd say it's the first thing to check. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
