Skip to content

dolt push to git+ssh GitHub remote hangs on Linux/WSL2 #11027

Description

@Wermeling

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions