-
-
Notifications
You must be signed in to change notification settings - Fork 281
[BUG] Custom port for cloning #2264
Comments
I just tried this out and cannot reproduce the issue, custom ports work just fine. I used soft-serve to spin up a temporary Git server on port 23231 of my computer, then cloned the pass-test repository with the URL |
Hmm. These were my settings:
And get the following error:
What's strange is the |
Can you try the snapshot build? Bear in mind that it no longer uses OpenKeychain (#1523) so you'll have to import your GPG private key directly in the app's settings to use it. |
@msfjarvis I haven't tried the snapshot build but I'll have to try that next. However, I was able to get past this error message by prefixing the clone url with
Even though I deleted the local Long story short I solved this by cloning through another tool and pointing PasswordStore to the local repository. |
This MUST be clearly documented inside the app itself. |
To clarify: using URL scheme worked at least past the "socket error" response to the point where I've got a password prompt. |
Describe the bug
When cloning or configuring a remote repository entering a port into the
Repository URL
text box the clone doesn't use the provided port.Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
I was expecting this to be the same as any git clone on a linux machine where putting in a
-p ...
would augment the request.Screenshots
No response
Device information
Additional context
When I was using the legacy app this worked fine.
I only recently stopped using the legacy version because I could no longer download with a custom port.
I've always had issues with this though which is partly why I'm filling this bug report :)
Love the work you guys have done.
If you need additional help I could dig into the source code.
Thanks!
The text was updated successfully, but these errors were encountered: