lua-users home
lua-l archive

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


On 2 March 2011 22:20, Robert G. Jakabosky <bobby@sharedrealm.com> wrote:
> On Wednesday 02, Henk Boom wrote:
>> henk@invincible-spell:~/.local/src$ git clone
>> http://luajit.org/git/luajit-2.0.gita luajit-2.0-git
>> Initialized empty Git repository in
>> /home/henk/.local/src/luajit-2.0-git/.git/ fatal:
>> http://luajit.org/git/luajit-2.0.gita/info/refs not found: did you run git
>> update-server-info on the server?
>
> http://luajit.org/git/luajit-2.0.gita <-- there is an extra 'a' at the end
>
> This is the correct git url:
> http://luajit.org/git/luajit-2.0.git

ahhh, I feel silly now. Everything's working now, thanks for the fix!

    henk