-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Underlying error: unsupported URL protocol #186
Comments
Thanks for the report. I'll look into this issue, tonight. |
Same on gitlab |
@mssun I see you commented a while back on a seemingly related issue ([objective-git2#646])(libgit2/objective-git#646) (see OP error message). Is it possible that the release that carthage fetches failed to include libssh? FWIW, if I force objective-git to 0.13.0 in the Cartfile, everything works fine. Also, it looks the Pass version in the App Store is coming off the develop branch(0.4.0), rather than master (0.3.1). Is that as intended? |
If it helps, I am seeing this on an SSH file access machine that is not a traditional git forge. Appears to be directly related to the update on 23 May, 2018 |
Sorry for the recent release. I am releasing a new version (fallback to objective-git 0.13.0). |
In the meantime, I will investigate the root cause of this issue in the latest objective-git. |
Thanks, @mssun! I will donate $50 to app development if you add a few basic tests, e.g. access a test repo successfully to fetch, add, and push; over https and ssh. I mean that. |
Same error syncing to a local git server, started after the latest update |
When will the new/fixed version be available on the App Store? Thanks |
Hi all, the error is caused by two separate issues (which are not related):
Thank you all! |
Can you revert the update on the app store for those of not using https? |
I'm reverting to the old version. Publishing on App Store still needs some time for review. Please stay tuned. Thanks. |
The update is out (0.4.1). Thank you all! We just temporarily revert to the previous version to work around. |
Hi all, I'm releasing a test flight because of the merged PR "Update libgit2 to 0.27" (libgit2/objective-git#645). Please help me test if everything works well. Thank you! |
I can test if you have testflight invite. |
As noone else reported back: With the current build available from the AppStore it works just fine 👍 |
0.5.0 is released on AppStore. I guess there is no such issue right now. I'm closing this issue. Free fell to reopen this if you have further questions. Thank you all! |
Hi,
I’ve just upgraded to v0.4.0 (4) on my iPhone and discovered an error that my Git remote URL does not seem to work anymore. I’m using the SSH variant: ssh://git@host/pass.git with an SSH key.
When I try to clone, I get an error message: Faild to clone repository from ssh://git@host/pass.git to file:///... Underlying error: unsupported URL protocol.
Maybe this has something to do with the updated dependencies? Nothing has changed at the server side, as the pass CLI is working normally.
Please let me know, if I can provide further information to help solving this bug. For now I leave the state as is (broken).
@apfohl
The text was updated successfully, but these errors were encountered: