github 下载部分文件夹

1、下载svn;
记得勾上:

2、配置环境变量,将svn的bin目录添加到环境变量
3、svn checkout 【链接】(你的下载的项目地址)
不过,注意,要改一下哦:
比如我要下载todo项目里的react这个文件夹:https://github.com/tastejs/todomvc/tree/master/examples/react
那我需要把tree/master改成trunk

so:最后这样写:
svn checkout https://github.com/tastejs/todomvc/trunk/examples/react
就ok啦!

posted @ 2016-08-19 20:13  Sameen  阅读(1787)  评论(1编辑  收藏  举报