只下载github的某个文件夹

很多时候我们只想下载某个文件夹,而不是整个目录

我们可以用svn,先安装

apt install subversion

比如你要下载这个https://github.com/mozilla/pdf.js/tree/master/test/pdfs,将/tree/master/换成/trunk/即可

svn checkout https://github.com/mozilla/pdf.js/trunk/test/pdfs
posted @ 2018-04-27 11:47  SEC.VIP_网络安全服务  阅读(72)  评论(0编辑  收藏  举报