On Thu, Jun 25, 2009 at 15:10, matteo sanvy<[email protected]> wrote:
> I tried your commands, but: > /mydroid# git remote add koolu git://git.koolu.org/.../foo.git > fatal: Not a git repository Uhm... You can get a listing of projects like this: $ repo forall -c 'echo $REPO_PATH' you will get a listing of actual project paths in your computer. Please cd to the path that you are looking at and do something like this: $ cd bionic $ git remote show korg * remote korg URL: git://android.git.kernel.org/platform/bionic.git HEAD branch: master Remote branches: ... Now, look at the URL and replace git://android.git.kernel.org with git://git.koolu.org and do this: $ git remote add koolu git://git.koolu.org/platform/bionic.git You get the idea? -m. _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
