需求

github上整个工厂比较大,下起来费劲,如何只下载一个单独的文件件呢?

方法一

以:https://github.com/eugenp/tutorials为例,下载其中的 spring-kafka, 进入目录齐地址为:

https://github.com/eugenp/tutorials/tree/master/spring-kafka

 

转换: 把tree/master 修改为 trunk转化为svn地址,即

https://github.com/eugenp/tutorials/trunk/spring-kafka

下载:svn 下载

svn checkout  https://github.com/eugenp/tutorials/trunk/spring-kafka

方法二

DownGit

git 下载部分目录

 

 

相关文章:

  • 2021-09-09
  • 2022-01-16
  • 2022-01-06
  • 2021-09-09
  • 2022-12-23
  • 2021-11-12
  • 2022-01-05
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2022-03-07
  • 2022-12-23
  • 2021-07-12
相关资源
相似解决方案