从github中下载项目

浏览器直接打开这个respository的话,右边有个clone or download,里面有个下载zip或者用git clone方式。

从github中下载项目

如果你是图形界面用户, 直接下载zip,然后解压就可以了。

 

显然大部分人都不是图形界面用户,于是你用clone方式下载这个repository。

下载git,安装git。

安好以后在windows界面下,某一个directory下右击,有选项git bash here。

从github中下载项目

然后敲入git clone git资源  就可以了。git资源是下面的链接。

从github中下载项目

 

从github中下载项目

linux上同理,cd到你想要安放项目的目录下,直接在terminal里面git clone 资源链接即可。