How to solve the breakpoint problem of Repo download

Source: Internet
Author: User

The repo sync code is often broken during download.

After it is disconnected, it re-sync, wasting a lot of time

You can use it directly under the project you want to download

Git fetch

This saves the synchronization time.

CD. repo/projects/prebuild

Then git fetch




Reference Article -------------------------------------------------------------------

Git obtains the android source code:


1.Git clone git: // android.git.kernel.org/+ Project path.

2. mkdir mydroid

CD mydroid
Repo init-u git: // android.git.kernel.org/platform/manifest.git
Repo sync

 

When git clone gets a large source code, it is annoying that it cannot be resumed.

 

You can use git fetch to solve the problem:

Mkdir common

CD common

Git init

Git fetch http://android.git.kernel.org/common.git

After uploading,

Git branch-

Git checkout remotes /....

 

If the middle part is broken, you can directly go to the common directory and continue the GIT fetch operation.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.