Updated on 2023-07-25 GMT+08:00

Downloading a Code Package on a Browser

In addition to clone, CodeHub also allows you to package and download the code of a cloud repository to the local computer.

The downloaded code repository file is not associated with the cloud repository and cannot be pushed back to the cloud repository.

The procedure is as follows:

  1. Access the repository list page.
  2. Go to your repository. (create one.)
  3. Click Clone/Download. In the dialog box that is displayed, click the required code package format.

  • If an IP address whitelist is set for the repository, only hosts with whitelisted IP addresses can download the repository source code on the page. If no IP address whitelist is set for the repository, all hosts can download the repository source code on the page.
  • Currently, the zip, tar.gz, tar.bz2, and tar package formats are supported.
  • The master branch of the cloud repository will be downloaded.