作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试获取 android 内核源代码时
git clone https://android.googlesource.com/kernel/exynos.git
除了 .git,我最终得到一个空目录。
我在“master”分支上。
如何获取源代码?
我认为存储库有代码,因为我收到了 560 MB 的数据
$ git clone https://android.googlesource.com/kernel/exynos.git
Cloning into 'exynos'...
remote: Sending approximately 540.86 MiB ...
remote: Counting objects: 43365, done
remote: Finding sources: 100% (1475/1475)
remote: Getting sizes: 100% (425/425)
remote: Compressing objects: 100% (7574351/7574351)
remote: Total 2478827 (delta 2063341), reused 2478452 (delta 2063298)
Receiving objects: 100% (2478827/2478827), 540.64 MiB | 199 KiB/s, done.
Resolving deltas: 100% (2063553/2063553), done.
最佳答案
看起来 master
分支是空的。尝试:
git checkout android-exynos-3.4
或
git checkout android-exynos-manta-3.4-kitkat-mr1
查看所有分支机构
git branch -a
关于android - git clone 获取除 .git 之外的空目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21009734/
在纯 Ruby 中删除目录中所有文件的安全有效方法是什么?我写了 Dir.foreach(dir_path) {|f| File.delete(f) if f != '.' && f != '..'}
我有一个单元测试(在 VS2008 或 VS2010 中使用 MSTest),我在其中创建了一个这样的文件夹: [TestMethod] public void TestMethod1() {
有人在 CVS 中创建了一个空包。我想在 Intellij 中 checkout 这个包,但 intellij 中没有出现任何内容。 有人知道原因以及如何解决吗? 最佳答案 您必须在结帐 Intell
我是一名优秀的程序员,十分优秀!