通常从git仓库里下载
git clone https://github.com/your_name/xxx.git
如果只是想下载其中的某个文件夹呢?
在上面语句后加“指定文件夹名称”
https://github.com/your_name/xxx.git “指定文件夹名称”