我想重新编译 Ubuntu 触摸平板电脑(bq m10)的内核,但无法克隆启动板上的内核源代码这里。
我在我的机器上git clone <any git link from the site under clone section>
git 获取源代码(我在 .git/./.. 下看到一个约 700MB 的大包文件),但无法提取源代码。它抛出一个警告:warning: remote HEAD refers to nonexistent ref, unable to checkout
如何获取源代码?(不提供 bq 在 github 上的源代码,但是这个,就像这个,在启动板中,有反向移植和应用了 bluez 的蓝牙堆栈;bq 来源的 github 中的源代码是纯 android 并且没有 bluez)
答案1
要么使用git clone -b ubuntu
,要么git checkout ubuntu
克隆后运行。
但是,我刚刚ubuntu
在 Launchpad 中将该存储库的默认分支设置为,因此git clone https://git.launchpad.net/~phablet-team/avila/+git/kernel-3.10
等等现在应该可以工作,而无需手动选择分支。