很多时候我们只想下载某个文件夹,而不是整个目录
我们可以用svn,先安装
apt install subversion
比如你要下载这个https://github.com/mozilla/pdf.js/tree/master/test/pdfs,将/tree/master/换成/trunk/即可
/tree/master/
/trunk/
svn checkout https://github.com/mozilla/pdf.js/trunk/test/pdfs