把 URL 中的 /tree/main
替换为 /trunk
或 /branches/分支名
下载主分支的子文件夹
svn checkout https://github.com/{user_name}/{repo_name}/trunk/子文件夹路径
下载其它分支的子文件夹
svn checkout https://github.com/{user_name}/{repo_name}/branches/{branch_name}/子文件夹路径
把 URL 中的 /tree/main
替换为 /trunk
或 /branches/分支名
下载主分支的子文件夹
svn checkout https://github.com/{user_name}/{repo_name}/trunk/子文件夹路径
下载其它分支的子文件夹
svn checkout https://github.com/{user_name}/{repo_name}/branches/{branch_name}/子文件夹路径