We're moving our gerrit installation and have run into a weird issue.
- The web interface works fine.
- SSH access test works fine,
Hi <name>, you have successfully connected over ssh
But when I try to clone, with GIT_TRACE=2
it just stops at unpack:
$ git clone --verbose ssh://<user>@<ip>:29418/REPO && scp -p -P 29418 <user>@<ip>:hooks/commit-msg REPO/.git/hooks/
10:47:50.633961 git.c:344 trace: built-in: git 'clone' '--verbose' 'ssh://<user>@<ip>:29418/REPO'
Cloning into 'REPO'...
10:47:50.645751 run-command.c:334 trace: run_command: 'ssh' '-p' '29418' '<user>@<ip>' 'git-upload-pack '\''/REPO'\'''
And it doesn't seem to time out. One of them has been running for ~10 minutes now.
Ideas on what/how to troubleshoot this would be greatly appreciated.