can't get repo in cygwin - Linux

Table of Contents



我想要下載某個版本的android,但是我可以下載到repo,並且使用它
可是當使用的時候,就會一直等待在

Getting repo ...
from git://android.git.kernel.org/tools/repo.git

如果用git clone 而沒有repo
fatal: The remote end hung up unexpectedly

有點搞不大懂原因在哪 = =
希望各位可以幫忙解答或者教導一下如何使用git gui
在git gui可以看到branch 但是不知道怎樣下載Q_Q
感謝

--

All Comments

Ivy avatarIvy2010-06-20
在cygwin的指令行直接打 git clone 指令
git clone git://android.git.kernel.org/tools/repo.git
Harry avatarHarry2010-06-21
然後可能要等一大段時間 因為會把整個repo抓回來
Ivy avatarIvy2010-06-25
git clone git://android.git.kernel.org/android-cts-2
Rebecca avatarRebecca2010-06-30
正在使用您的方法o o;
得要等一下
Poppy avatarPoppy2010-07-05
Initialized empty Git repository
但是無法進入下一步