Use git to obtain the meego source code

Source: Internet
Author: User

 

Install git

Use git to clone (clone) source code from the meego source code website http://meego.gitorious.org to learn. The following describes how to install git in Linux and Windows.

1. Install

To install the pre-compiled git binary installation package on Linux, you can directly use the package management tool provided by the system. Install with Yum on fedora:

$ Yum install Git-core

You can use apt-get to install Debian systems such as Ubuntu:

$ Apt-Get instal Git-core

2. Install

Installing git on Windows is also easy. A project called msysgit provides the installation package, which can download the Installation File (.exe) from the Google Code Page ):

Http://code.google.com/p/msysgit

After the installation is complete, you can use the GIT tool of the command line (which already comes with an SSH client), and a graphical git project management tool.

3. Use git to download source code

1. Use the GIT clone command in Linux to clone the source code you want, such as the meego-panel-myzone module of meego, but use:

Git clone git: // gitorious.org/meego-netbook-ux/meego-panel-myzone.git

.

The downloaded file is saved in the meego-panel-myzone directory.

2. Open git GUI in the window,

Select to clone an existing version,

Enter the Source Code address and set the Save address.

 

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.