Al 16/01/12 03:28, En/na Andrei Alexandrescu ha escrit: > On 1/15/12 7:39 PM, Jordi Sayol wrote: >> Al 16/01/12 01:32, En/na Andrei Alexandrescu ha escrit: >>> I just added a handy script, tools/update.sh. >>> >>> https://github.com/D-Programming-Language/tools/commit/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 >>> >>> It's useful for people who work on dmd and want to either download anew or >>> freshen their repositories. >>> >>> Comments and ideas are welcome. >>> >>> >>> Andrei >>> >> >> I got attached errors on Ubuntu 11.04 64-bit, zsh v.4.3.11 > > Thanks for looking into this, Jordi. > > Looks like the issue is this: > > git clone g...@github.com:D-Programming-Language/dmd.git > > Do you have a github account set up that would let you run the command above? > If not, I wonder how the situation can be detected and what instructions to > give the user. > > > Andrei > >
I've a github account and the above command returns the same error than update.sh script. however, this command successfully finish: $ git clone https://github.com/D-Programming-Language/d-programming-language.org.git -- Jordi Sayol