1774 Forks
8984 Stars
8984 Watchers

github

GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.

How to download and setup github

Open terminal and run command
git clone https://github.com/phodal/github.git
git clone is used to create a copy or clone of github repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with github https://github.com/phodal/github/archive/master.zip

Or simply clone github with SSH
[email protected]:phodal/github.git

If you have some problems with github

You may open issue on github support forum (system) here: https://github.com/phodal/github/issues