Linux环境
建立本地仓库
mkdir git cd git git init
获取仓库地址
找到你的仓库,Clone or download,复制
克隆仓库到本地
git clone https://github.io/xxx/xxx.git //还有一直ssh方式
GItHub 建立仓库克隆仓库
原文:http://www.cnblogs.com/captainRoB/p/7401655.html