On Sat, Mar 12, 2011 at 00:33, Chris Babcock <[email protected]> wrote:
> On Mar 11, 2011 1:13 PM, "Alexander Gladysh" <[email protected]> wrote:
>> On Fri, Mar 11, 2011 at 21:06, Hisham <[email protected]> wrote:
>> > On Thu, Mar 10, 2011 at 11:32 PM, Alexander Gladysh <[email protected]>
>> > wrote:

> It's not a version issue. It's authentication. I believe you need to either
> install the CA certificate or turn off authentication.

Not likely I never installed anything specifically for GitHub. It may
be related to wget refusing to work with GH cert though. But that
would mean that Hisham's git uses some other thing for https://
transport than mine, which would be kind of strange.

Hisham, can you please post your `git --version` here?

> Also, I think the URL is just git://domain/path (or gits://... for secure).

Sorry, but no. The url is https://

git:// url is bad, as people behind weird firewalls are not be able to
download the package.

Also, please read: https://github.com/blog/642-smart-http-support

Note that it talks about http://, but GH since then switched to
https:// for everything.

> You can assume HTTP(S) for the transport protocol for now. I wouldn't
> recommend distributing Rocks with SSH credentials. ;)

Not sure what are you talking about. No SSH credentials needed.

To double check, here is log for the repo that I do not own:

$ git clone --depth=1 https://github.com/keplerproject/luarocks.git
Cloning into luarocks...
remote: Counting objects: 298, done.
remote: Compressing objects: 100% (236/236), done.
remote: Total 298 (delta 115), reused 175 (delta 47)
Receiving objects: 100% (298/298), 2.09 MiB | 420 KiB/s, done.
Resolving deltas: 100% (115/115), done.

Alexander.

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to