Everyone, I'm going to be working with the Android kernel in the upcoming quarters in school and am having an issue getting the full git repo. When running I am able to fetch the tools/repo files from the initial script that goolge wants us to put in the ~/bin/repo
after it grabs that and then turns over control to the main.py is when things start failing. It attempts to go through and fetch the mainfests.git but fails, and this is what I get from the trace ^^^up there is the repo checkout^^^ : git --version 1>| Getting manifest ... from git://android.git.kernel.org/platform/maifest.git : export GIT_DIR=/home/o/Documents/T/myAndroid/.repo/manifests.git : git init 1>| 2>| : git config --file /home/o/Documents/T/myAndroid/.repo/manifests.git/ config --null --list 1>| 2>| : git config --file /home/o/.gitconfig --null --list 1>| 2>| : git config --file /home/o/Documents/T/myAndroid/.repo/manifests.git/ config --unset-all core.bare 1>| 2>| : git config --file /home/o/Documents/T/myAndroid/.repo/manifests.git/ config --replace-all remote.origin.url git://android.git.kernel.org/platform/maifest.git 1>| 2>| : git config --file /home/o/Documents/T/myAndroid/.repo/manifests.git/ config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/ origin/* 1>| 2>| : git fetch origin fatal: The remote end hung up unexpectedly fatal: cannot obtain manifest git://android.git.kernel.org/platform/maifest.git it seems for what ever reason when the python script turns goes to the pipe is when it gets messed up so, I'm assuming that its not sending git the correct info. Also tried this at two different locations, and with x unloaded (shot in the dark) Any thoughts? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
