Skip to content
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

git protocol insufficient, also need ssh as an option #93

Closed
coke opened this issue May 2, 2016 · 1 comment
Closed

git protocol insufficient, also need ssh as an option #93

coke opened this issue May 2, 2016 · 1 comment

Comments

@coke
Copy link
Contributor

coke commented May 2, 2016

I get the following error:

$ rakudobrew list-available
Available Rakudo versions:
fatal: Unable to look up github.com (port 9418) (nodename nor servname provided, or not known)
@coke
Copy link
Contributor Author

coke commented May 2, 2016

14:06 < [Coke]> #93 is because git protocol of git resolves to:
14:06 < [Coke]> git ls-remote --tags git://github.com/rakudo/rakudo.git
14:06 < [Coke]> but that should be:
14:06 < [Coke]> git ls-remote --tags git@github.com:rakudo/rakudo.git
14:07 < [Coke]> the latter is smart enough to use my ssh over https bridge. the
                first is trying to lookup github.com directly in DNS which
                isn't going to work here.
14:08 < [Coke]> I can fix that so if protocol is git, it uses @..: instead of
                ://.../ if you like. (and leaves it as is for anything non-git)

@coke coke changed the title Can't use "rakudobrew list-available" at $dayjob git protocol insufficient, also need ssh as an option May 3, 2016
@tadzik tadzik closed this as completed in #97 May 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant