How to copy the source code from github above

Curious friends will want to look at a lot of open source projects, then github would not have said it, too many open-source projects regarded source put it.

Bloggers recently to learn angularjs also have to get above github source code, the following will explain how to do it:

  Benpian about in two ways:

  1 Download the zip file

  2 by downloading and git source code management

    1 registered github account for items that the source URL  

    2 Install version control tools git, create a local library

    3 mounted TortoiseGit ', to get the code

  Download the zip file

  Click directly on the right to download zip.

  1 Find a target source github URL

  First of all, you need to have a github account .........

  Then, on github search for items corresponding to the name, and then on the right you can see the URL:

  2 Install git, create a local warehouse

  In order to store the source code, you first need to install the version control tool git.

  Visit the official website: http://git-scm.com/download/

  Find the corresponding version to download and install.

  After installation is complete, enter the file you want to store the source folder, right-click the git init here initialization warehouse

  After you click, the current directory will be right again following tips:

  3 install a small turtle TotoiseGit, download the source code

  Visit the official website: http: //download.tortoisegit.org/tgit/1.8.12.0/

  Download the installation file, pay attention to see next instructions ah! The above is the installation file, the following list is inside the language pack! Do not download wrong, do not ask me why do you say! :-(

  

  Installing, in the previous directory (directory of the file may be arbitrary, because the front and a locking position code libraries)

  Right-click on the pull TortoiseGit pull a code from a remote:

  Github and then fill in the above URL in the URL on it.

  Then there is a long wait (good speed, :-():

  

  4 items

  [1] git教程1:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

  [2] git Tutorial 2: http: //www.yiibai.com/git/

  [3] git use Description: http: //www.cnblogs.com/BeginMan/p/3591005.html

Reproduced in: https: //my.oschina.net/u/204616/blog/545374

Guess you like

Origin blog.csdn.net/weixin_34290631/article/details/91989874