或者是我理解错了
 Fetching projects 这一步难道不下载源代码之类的东西到本地阿?

解决方案 »

  1.   

    这个很简单啊,你吧目录的隐藏选项打开就看到了
    一般都在。git下,下完后再释放出来。
      

  2.   


    o 打开隐藏选项是ls -a?
    。git在哪个位置?
      

  3.   

    haopclinux ~ # cd /work/androidcode/eclair/
    zhaopclinux eclair # ls
    bionic    build  dalvik       external    hardware  packages  sdk     tools
    bootable  cts    development  frameworks  Makefile  prebuilt  system  vendor
    zhaopclinux eclair # cd tools/
    zhaopclinux tools # ls -a
    .  ..  repo.git
    zhaopclinux tools # cd repo.git/
    zhaopclinux repo.git # ls
    color.py     error.pyc        main.py           repo
    color.pyc    git_command.py   manifest_xml.py   subcmds
    command.py   git_command.pyc  manifest_xml.pyc  SUBMITTING_PATCHES
    command.pyc  git_config.py    pager.py          tests
    COPYING      git_config.pyc   pager.pyc         trace.py
    docs         git_refs.py      progress.py       trace.pyc
    editor.py    git_refs.pyc     progress.pyc
    editor.pyc   git_ssh          project.py
    error.py     hooks            project.pyc
    zhaopclinux repo.git # ls -a
    .            error.py         git_ssh           project.py
    ..           error.pyc        hooks             project.pyc
    color.py     .git             main.py           .pydevproject
    color.pyc    git_command.py   manifest_xml.py   repo
    command.py   git_command.pyc  manifest_xml.pyc  subcmds
    command.pyc  git_config.py    pager.py          SUBMITTING_PATCHES
    COPYING      git_config.pyc   pager.pyc         tests
    docs         .gitignore       progress.py       trace.py
    editor.py    git_refs.py      progress.pyc      trace.pyc
    editor.pyc   git_refs.pyc     .project
    zhaopclinux repo.git # cd .git
    zhaopclinux .git # ls
    config  description  HEAD  hooks  index  info  logs  objects  packed-refs  refs
    zhaopclinux .git # 
    是不是这个。git?
      

  4.   

    .git就是在当前目录下,你在下载的时候就可以看得到。具体叫啥名忘记了,看你的log里有repo.git,
      

  5.   

    下载的过程中,东西都在工程根目录的 .repo下。 等工程全更新完了,才会将你的branch代码放在根目录下。
      

  6.   


    楼上说的对,在.repo下面