Four Methods for downloading a git Repository from GitHub

Source: Internet
Author: User

Take Gerrit-trigger-plugin as an example. The following links are directly copied from the corresponding page.

Method 1: Open the home page of the library on GitHub without using the GitHub account, and run the following command:

Read Only

Run Command $ git clone https://github.com/jenkinsci/gerrit-trigger-plugin.git

In the following three methods, you must register an account on GitHub, generate an SSH key, and add the public key to your personal account. For details, see GitHub help.

Read + write

$ Git clone git@github.com: flyingbird1221/gerrit-trigger-plugin.git

Read + write

$ Git clone https: // flyingbird1221@github.com/flyingbird1221/gerrit-trigger-plugin.git

You will be prompted to enter the password,Note that the password here is not the password of your account on GitHub, but the password of the user currently logged on to the system.

Read Only

$ Git clone git: // github.com/flyingbird1221/gerrit-trigger-plugin.git

Related Article

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.