On Tue, Nov 15, 2011 at 05:52, Dmitry Smirnov <divis1969@xxxxxxxxx> wrote: > I have problems with downloading Android code from android.googlesource.com. > > The error says: fatal: branch stable is not signed > > I was trying to figure out what happens and finally came to conclusion > that this is a problem of the git. Not likely. This is an error printed by the "repo" tool used by Android. It typically indicates the repo command you are executing is pointing to a URL that may be a local mirror and contain additional patches in it that were not signed by me. I would suggest starting over by downloading repo per [1] and using that script to start the process. [1] http://source.android.com/source/downloading.html > When I try to clone the git itself using https > (https://git.kernel.org/pub/scm/git/git.git) I'm getting the follwing > error: > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > If I use the http URL (http://git.kernel.org/pub/scm/git/git.git) I > can clone with no problems. This may be a problem with the git.kernel.org HTTP server. It is probably not a problem with Git itself. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html