如何找到android存储库的大小

时间:2017-01-05 10:51:41

标签: android git

我按照以下步骤下载用于构建android marshmellow图像的repo。

 cd ~
$ mkdir myandroid
$ mkdir bin
$ cd myandroid
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ ~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-6.0.1_r22
$ ~/bin/repo sync 

在最后一步之后,它已经下载了18 GB并且仍在继续

无论如何都要在下载之前找到这个repo的大小。

我搜索了以下链接

See the size of a github repo before cloning it?

但上面的方法给出了消息的输出:未知文件

如何找到它?

0 个答案:

没有答案