概述
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
......
最后
以上就是阳光飞机为你收集整理的github 下载 单个 部分 文件夹的全部内容,希望文章能够帮你解决github 下载 单个 部分 文件夹所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复