1. windows: There is an msysgit project on google, and the gittool is installed with the .exe file. After installation, you can use the command line git tool (which already comes with an ssh client), and a graphical Git project management tool. : Http://code.google.com/p/msysgit/2.ubuntu :use sudoapt-getinstalgit directly-
1. In Windows:
There is an msysgitproject on google, the gittool is installed, and the .exe file can be downloaded. After the installation is complete, you can use the git tool of the command line (which already comes with the ssh client). In addition, there is a graphical Git project management tool.
: Http://code.google.com/p/msysgit/
2. Ubuntu:
Install it directly with sudo apt-get instal git-core.
3. Download the code: [LINUX community www.LinuxIDC.com]
Use the git clone command in linux to clone the source code you want, such as the meego-panel-myzone module of meego. However, use:
Git clone git: // gitorious.org/meego-netbook-ux/meego-panel-myzone.git.
In windows: Open Git GUI, select clone existing version, enter the Source Code address, and set the Save address.