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