Skip to content

ssh_dispatch_run_fatal when git.subprocess=true #5968

@marcinjahn

Description

@marcinjahn

Description

After updating jj to 0.27, I started having issues with fetching updates from my git remote:

:> jj git fetch
Error: Git process failed: External git program failed:
ssh_dispatch_run_fatal: Connection to 192.168.1.109 port 7999: error in libcrypto
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Setting git.subprocess = false in my config resolves the issue, I can fetch without issues.

Expected Behavior

jj git fetch should continue to work with default jj settings.

Actual Behavior

fetch fails with git.subprocess = true

Specifications

  • Platform: Fedora 41 x64
  • Version: 0.27

Metadata

Metadata

Assignees

Labels

🐛bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions