github 下载 单个 部分 文件夹
·
github 怎么下载部分文件夹
在 github 上经常某个项目较大时,我只需要到处部分文件夹, 怎么办?
方法 – svn
使用 svn
比如我想导出https://github.com/studychen/DatePicker/这儿的 Demo 文件夹Demo 文件夹的路径是https://github.com/studychen/DatePicker/tree/master/Demo
把tree/master换成trunk执行下面命令
svn checkout https://github.com/studychen/DatePicker/trunk/Demo
遇到这个的时候(R)eject, accept (t)emporarily or accept (p)ermanently?输 p
下面是我的输出结果
bogon:tempDemo tomchen$ svn checkout https://github.com/studychen/DatePicker/trunk/Demo
......
(R)eject, accept (t)emporarily or accept (p)ermanently? p
A Demo/.gitignore
A Demo/Demo.iml
A Demo/build.gradle
A Demo/proguard-rules.pro
......
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐


所有评论(0)