Describe the bug
I receive a Git operation error while cloning new repository from ssh://git@192.168.42.42:2222/foo/pass.git. The fine-printed error message is
failed to connect from /192.168.42.42 (port 2222) from /:: (port 40704): connect failed: ECONNABORTED (Software caused connection abort)
My pass repository remote is in a Forgejo instance which runs its SSH server on port 2222. I can clone the password store repository to my phone in Termux just fine (I run git clone ssh://git@192.168.42.42:2222/foo/pass.git on the Termux command line on the phone), so it is really not a network issue or reachability problem.
Steps to reproduce
Steps to reproduce the behavior:
- Install app and start by cloning repository
- Enter my Git repo URL
- Click on "Clone!"
- See error
Expected behavior
The repository is cloned.
Screenshots
No response
Device information
- Device: Google Pixel 6
- OS: Android 17
- App version: 2.0.0
Additional context
No response
Describe the bug
I receive a Git operation error while cloning new repository from
ssh://git@192.168.42.42:2222/foo/pass.git. The fine-printed error message isMy pass repository remote is in a Forgejo instance which runs its SSH server on port 2222. I can clone the password store repository to my phone in Termux just fine (I run
git clone ssh://git@192.168.42.42:2222/foo/pass.giton the Termux command line on the phone), so it is really not a network issue or reachability problem.Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The repository is cloned.
Screenshots
No response
Device information
Additional context
No response
I tried, but unfortunately, downgrading to target SDK 36 is not possible as other dependencies depend on v37.
I leave this as a pinned issue, until I find a comprehensive fix. Unfortunately, I have no device with Android 17 for testing right now.
So, Android 17 users syncing their password repo with a server within a local network need to enable "Nearby devices" permission in the app info (via device Settings --> Apps --> Password Store), as found by @0fflineuser.