lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jul 13, 2012 at 08:36:22PM +0100, Craig Barnes wrote:
> On 12 July 2012 05:32, William Ahern <william@25thandclement.com> wrote:
> > I've polished and published the initial release of cqueues, an embeddable
> > asynchronous event and sockets library for Lua 5.2 and modern unix family
> > platforms.
> >
> >         http://25thandclement.com/~william/projects/cqueues.html
> 
> I just tried to clone your git repo but I'm just getting this error:
> 
> $ git clone http://25thandClement.com/~william/projects/cqueues.git
> Cloning into 'cqueues'...
> error: Recv failure: Connection reset by peer (curl_result = 56,
> http_code = 0, sha1 = 6175852f43b12a9c73eb8e896d824bb37b4257f7)
> error: Unable to find 6175852f43b12a9c73eb8e896d824bb37b4257f7 under

Not sure what the issue is. Maybe a proxy failure? What version of Git are
you using? I haven't had any problems cloning the mirror on any of the
platforms I've been testing, although I think they're all using git 1.7.x.

I've just generated an archive of the latest tagged release and posted it on
the project website. The only tweaks since the tag have been to change the
default compiler on Solaris to SunPro.