当前位置:   article > 正文

github 如何单独下载一个目录_github怎么下载某个目录

github怎么下载某个目录

有时在github上不想checkout一整个项目,只想下载下来一个目录,或者单独一个文件,这时可以尝试下svn
如果没有这个命令,安装下subversion。

比如下载下verilator的示例目录,
点开后网址显示
https://github.com/verilator/verilator/tree/master/examples
把tree/master换成trunk,执行

svn export https://github.com/verilator/verilator/trunk/examples 
  • 1

或者某个branch,把tree换成branches

svn export https://github.com/verilator/verilator/branches/master/examples 
  • 1

或者最后加上想保存的其它名字,如verilatorex,

svn export https://github.com/verilator/verilator/branches/master/examples verilatorex
  • 1

或者某个tags

svn export https://github.com/verilator/verilator/tags/v5.014/examples  v5.014ex
  • 1

当然每次都点进开看有些麻烦,终端也可以执行

svn ls https://github.com/verilator/verilator/
  • 1

列出目录查看
如果github无法访问,可换成镜像站,比如

svn export  https://hub.nuaa.cf/verilator/verilator/trunk/examples
  • 1

逐步被封,暂时可用,自行尝试。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/460393
推荐阅读
相关标签
  

闽ICP备14008679号