用git下載android源碼

來源:互聯網
上載者:User

  電腦連續開了三天,終於下載完。說下我的過程。

1.建立一個檔案夾用來放源碼,準備足夠的空間,我下載完後10G多一點

2.下載git

3.前往http://android.git.kernel.org/

4.(開啟http://android.git.kernel.org/對照著看)要一次性下載的話,我是這樣做的,把那些路徑(就是"project"下面的)全都複製下來放到一個文本裡(我把Description、Owner、Last Change都複製下來了,可以都放在文本裡,然後應該可以用Regex刪掉,不過我沒想出來這個Regex怎麼寫),然後在每行前面都加上git clone git://android.git.kernel.org/,就成了下面這樣

  git clone git://android.git.kernel.org/device/common.git

  git clone git://android.git.kernel.org/device/google/accessory/arduino.git

  git clone git://android.git.kernel.org/device/google/accessory/demokit.git

  git clone git://android.git.kernel.org/device/htc/common.gitgit clone

  。。。。。

  。。。。。

5.開啟git,配置一下先(看6),用命令cd進入存放android的檔案夾目錄,複製文本裡的全部路徑,粘貼到git裡,就會自動下載了,等待。。。

6.我下載過程中遇到下面這樣警告

  warning: Your console font probably doesn't support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida Console!

應該是字元不對,所以在粘貼之前先修改一下字元,用這個命令:$ git config --global core.autocrlf true,完了就可以下載成功

7.我下載完後,源碼的大小:

  大小:10.2 GB (11,041,115,838 位元組)

  佔用空間:11.4 GB (12,247,085,056 位元組)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.