-
-
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
Fresh Build. Unsupported URL protocol when connecting via. SSH #46
Comments
I haven't try/test the ssh protocol. I guess https should be fine. I will work on this. |
The valid format should be: ssh://server/pass.git. Username is your username: |
You were able to make it work with that? That is one of the patterns I tried, and I just tried it again, and I get the "unsupported URL protocol". |
@jclement I am able to clone my Github repository with url "ssh://[email protected]/myusername/myreponame.git" and username "git". I feel that I agree with @mssun about the url and username. May I know what is the output in your Xcode console? Error messages about the clone process shall be printed there. |
Updated in the wiki page. I'm closing this issue. Will consider providing a better UI. |
The bug reopened on new version v0.4. with ssh://user:server/... + SSH key authentication |
I've done a fresh build.
When I try and connect to by git server via. SSH using either a password or key files I get a "Unsupported URL protocol". I've tried everything I can think of for the Git Repository URL:
My server name is correct, listening to SSH on port 22, and has a user called "pass" with the password store repo in "pass.git" in the user's home folder.
...
I found this issue and I'm wondering if the underlying libgit wasn't compiled with SSH support. Maybe Carthage needs some additional hints?
libgit2/git2go#249
The text was updated successfully, but these errors were encountered: