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

The module cannot be fetched by zef #15

Open
vrurg opened this issue Jul 26, 2019 · 3 comments · May be fixed by #17
Open

The module cannot be fetched by zef #15

vrurg opened this issue Jul 26, 2019 · 3 comments · May be fixed by #17

Comments

@vrurg
Copy link

vrurg commented Jul 26, 2019

The URL in META6.json needs to be https://, not git@.

Altai-man added a commit to Altai-man/Perl6-Data-MessagePack that referenced this issue Sep 17, 2019
@codesections
Copy link

codesections commented Jul 3, 2020

I recently ran into this issue as well. Just to document the work-around for anyone else in the same boat: Until #17 is merged, users can install this module with zef install https://github.com/pierre-vigier/Perl6-Data-MessagePack.git instead of zef install Data::MessagePack.

Edit: After a bit more testing and discussion on the IRC, it occurred to me that the module installation may not be broken for all users; it might just be broken for users who require SSH authentication to fetch from [email protected]: URLs.

@erixoltan
Copy link

The workaround does work for me.

$ zef install https://github.com/pierre-vigier/Perl6-Data-MessagePack.git
===> Testing: Data::MessagePack:ver<0.1.2>
===> Testing [OK] for Data::MessagePack:ver<0.1.2>
===> Installing: Data::MessagePack:ver<0.1.2>

@librasteve
Copy link

I just got this

The authenticity of host 'github.com (140.82.121.4)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
===> Fetching [FAIL]: Data::MessagePack:ver<0.1.2> from [email protected]:pierre-vigier/Perl6-Data-MessagePack.git
Aborting due to fetch failure: Data::MessagePack:ver<0.1.2> (use --force-fetch to override)

This seems to work
zef install https://github.com/pierre-vigier/Perl6-Data-MessagePack.git

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

Successfully merging a pull request may close this issue.

4 participants