美文网首页
2019-12-30 Mac环境下载github项目中的某个文件

2019-12-30 Mac环境下载github项目中的某个文件

作者: EternityLHY | 来源:发表于2019-12-30 10:37 被阅读0次

    比如要下载:
    https://github.com/xubo245/SparkLearning/tree/master/docs

    方法:
    将“tree/master”改成“trunk”
    https://github.com/xubo245/SparkLearning/trunk/docs

    下载:
    svn checkout https://github.com/xubo245/SparkLearning/trunk/docs

    然后使用SVN下载:
    当然,对于develop分支,也很容易:
    只需要将 /trunk/ 换成 /branches/branchname/ 就行了,对于develop分支的需求, 就是 /branches/develop/.

    相关文章

      网友评论

          本文标题:2019-12-30 Mac环境下载github项目中的某个文件

          本文链接:https://www.haomeiwen.com/subject/advpoctx.html