-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Labels
🐛bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working