Summary
dolt push origin main hangs when the remote is a GitHub git+ssh URL from Linux/WSL2.
This was first observed via bd dolt push, but reproduces with direct dolt push outside beads as well.
Environment
- dolt:
1.86.5
- OS: Linux on WSL2 (Ubuntu)
- Remote URL:
git+ssh://git@github.com/Wermeling/PortfolioWizard.git
Reproduction
cd /home/chris/.beads/shared-server/dolt/PortfolioWizard
timeout 600s dolt push origin main > /tmp/dolt-push-out.log 2> /tmp/dolt-push-err.log
# exits 124
Expected
Push completes or fails quickly with a clear error.
Actual
Push does not complete within timeout and appears stuck during upload.
Additional context
I can provide a goroutine dump from the hung process (kill -QUIT <pid>) and SSH debug logs if useful.
Summary
dolt push origin mainhangs when the remote is a GitHubgit+sshURL from Linux/WSL2.This was first observed via
bd dolt push, but reproduces with directdolt pushoutside beads as well.Environment
1.86.5git+ssh://git@github.com/Wermeling/PortfolioWizard.gitReproduction
Expected
Push completes or fails quickly with a clear error.
Actual
Push does not complete within timeout and appears stuck during upload.
Additional context
bd dolt pushalso showed prolonged upload and had to be terminated by timeout.I can provide a goroutine dump from the hung process (
kill -QUIT <pid>) and SSH debug logs if useful.