Thanks for the fix, it works better now :).
I just made the change about the branch of the mirror too.
Replica Island seems to be a funny games, I will test it ;).
-----Original Message----- From: Paul Sokolovsky [mailto:paul.sokolovsky@linaro.org] Sent: Wed 2/15/2012 4:15 PM To: Alexander Sack Cc: HUAU Gabriel; linaro-android@lists.linaro.org; ?????? ????? Subject: Re: error: Cannot fetch platform/external/replicaisland
Hello,
On Sat, 11 Feb 2012 17:30:11 -0800 Alexander Sack asac@linaro.org wrote:
[]
I tried to git clone directly replicaisland :
$ git clone git://android.git.linaro.org/platform/external/replicaisland Cloning into replicaisland... fatal: The remote end hung up unexpectedly
Ah, I also forgot to elaborate why you got that error message. Now I just saw other people being confused by the same, so I guess I should. That's just git/git-daemon's unfriendly way to say "repository not found". That's not fault at our servers, it's just how git, the most popular version control system in the world, works, for example:
$ git clone git://git.kernel.org/pub/scm/git/git-loves-to-confuse-people.git Initialized empty Git repository in /home/pfalcon/tmp/git-loves-to-confuse-people/.git/ fatal: The remote end hung up unexpectedly