Heartsuit's Simple Blog

A place to hold mainly reading notes, and some technical stuff occasionally. 这里主要是一些读书笔记、感悟;还有部分技术相关的内容。


Project maintained by heartsuit Hosted on GitHub Pages — Theme by mattgraham

如何下载Github上的单个文件或者指定目录?

目录[-]

背景

大部分 Github 上的开源项目都很大,甚至一个项目下有包含了很多子项目,形成了多级目录的结构;有时,我们仅对其中的一个文件或者单个目录感兴趣,那么怎么不用把整个项目都下下来,只下载指定文件或目录呢?

一些下载指定目录的方法

2021-12-11-GithubDirectory.jpg

比如:我想下载项目demo-springboot中的 springboot-custom-starter 目录时,通常有以下方法。

  1. SVN下载Github的指定目录
  2. 浏览器插件:GitZip
  3. 一些个人做的工具网站

用SVN下载Github的指定目录

将要下载的目录地址 https://github.com/heartsuit/demo-spring-boot/tree/master/springboot-custom-starter 中的 tree/master 修改为 trunk ,然后在 SVNcheckout 即可: https://github.com/heartsuit/demo-spring-boot/trunk/springboot-custom-starter

这是以前用的方法,不过现在因为项目用的都是 Git ,电脑上都不装 SVN 了。。

浏览器插件:GitZip

我平时使用 FireFox 多一些,所以这个插件可以从 FireFox 的扩展中搜索安装,其他浏览器也有类似的插件,比如 Chrome 也有同款。

2021-12-11-GitZip.jpg

一些个人做的工具网站

不过,这些网站有的不太稳定。。

附:其他常用的与 Github 相关的浏览器插件

Note:以下插件与本标题无关,只是平时常用的浏览器插件。

2021-12-11-FirefoxPlugin.jpg

2021-12-11-GithubTree.jpg

2021-12-11-EnhancedGithub.jpg


If you have any questions or any bugs are found, please feel free to contact me.

Your comments and suggestions are welcome!


「说点什么吧😊~~😊」: