为了查看内核源代码,我遵循了http://source.android.com/source/building-kernels.html上的步骤。
$ git clone https://android.googlesource.com/kernel/tegra.git
Cloning into 'tegra'...
remote: Total 2219519 (delta 1857594), reused 2219519 (delta 1857594)
Receiving objects: 100% (2219519/2219519), 436.09 MiB | 3.08 MiB/s, done.
Resolving deltas: 100% (1857594/1857594), done.这很奇怪..。该项目为空
git log显示了以下内容:
$ git log
commit a89a700fada233480530e4741cca876cfdd4eb9c
Author: Jean-Baptiste Queru <jbq@google.com>
Date: Tue Nov 15 14:46:15 2011 -0800
empty commit怎么回事,消息来源在哪里?
发布于 2013-04-23 15:41:50
好吧,我在回答我自己的问题。显然,主分支是空的,内容可以在其他分支上使用。
git branch -a几乎没有枝条。我查了其中一个我找到了密码。
https://stackoverflow.com/questions/16173102
复制相似问题