下载github项目的方法很简单。既可以去网页点击下载按钮直接打包下载,又可以用git clone xxx.git在命令行下载。还可用svn checkout。
但是有时候我们并不想下载整个项目,只需要其中的一些文件夹。而在github中文件夹是无法直接下载的。
不过这些难不倒机智的程序猿。 下面就是一个解决这个问题的小技巧。
这是一个文件夹路径:
https://github.com/cloverstudio/Spika/tree/master/Android```
将路径中的`/tree/master`改为`/trunk`
再用svn checkout下载就搞定啦!
svn checkout https://github.com/cloverstudio/Spika/tree/master/Android
第一次的时候会出现
R)eject, accept (t)emporarily or accept (p)ermanently?
输入p就可以了。
SVN小乌龟和Github小猫真滴可以是好伙伴呀。有图为证。。。
![等待也是一种幸福](http://upload-images.jianshu.io/upload_images/2536835-e44f32fc33291e6f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![抱着你就是一种满足](http://upload-images.jianshu.io/upload_images/2536835-4494c060604248fd.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![吻你就是我的温柔](http://upload-images.jianshu.io/upload_images/2536835-c9123386dea007d6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
(图片来自互联网)