I've never used GIT before. I have a fresh install of ubunto 7.10 on
vmware on xp. Followed the directions on Android Get Source (had to
install a few extra packages). After I curl the repo script, I run
repo init:
[EMAIL PROTECTED]:~/bin$ chmod a+x repo
[EMAIL PROTECTED]:~/bin$ cd ..
[EMAIL PROTECTED]:~$ cd mydroid/
[EMAIL PROTECTED]:~/mydroid$ repo init -u
git://android.git.kernel.org/platform/manifest.git
Getting repo ...
from git://android.kernel.org/tools/repo.git
warning: templates not found /usr/local/share/git-core/templates/
warning: no common commits
remote: Counting objects: 78, done.
remote: Compressing objects: 100% (67/67), done.
Unpacking 78 objects...
remote: Total 78 (delta 21), reused 52 (delta 7)
100% (78/78) done
>From git://android.kernel.org/tools/repo
* [new branch] master -> origin/master
* [new branch] stable -> origin/stable
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
Unpacking 4 objects...
100% (4/4) done
remote: Total 4 (delta 0), reused 1 (delta 0)
>From git://android.kernel.org/tools/repo
* [new tag] v1.0 -> v1.0
* [new tag] v1.0.1 -> v1.0.1
* [new tag] v1.0.2 -> v1.0.2
* [new tag] v1.0.3 -> v1.0.3
[EMAIL PROTECTED]:~/mydroid$ ls -a
. ..
[EMAIL PROTECTED]:~/mydroid$ repo sync
error: command 'sync' requires repo to be installed first.
Use "repo init" to install it here.
[EMAIL PROTECTED]:~/mydroid$
Did something happen, or something not work?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---