osnosn

  博客园 :: 首页 :: 博问 :: 闪存 :: :: 联系 :: 订阅 订阅 :: 管理 ::

github_拉取指定子目录_使用svn

转载注明来源: 本文链接 来自osnosn的博客,写于 2021-11-26.

参考

笔记

  • trunk 代表主分支
  • branches 下是其余的分支
  • tags 下是所有的标签

比如拉取 https://github.com/openwrt/openwrtconfig/ 目录

  • 网页访问 config 目录时,链接是 https://github.com/openwrt/openwrt/tree/master/config
  • 最新版本 svn co https://github.com/openwrt/openwrt/trunk/config
  • 指定版本 svn co https://github.com/openwrt/openwrt/tags/v19.07.8/config
  • svn 配置代理,支持 http 代理,不支持 socks5
    修改 ~/.subversion/servers[global]http-proxy-host,http-proxy-port,http-proxy-username,http-proxy-password

转载注明来源: 本文链接 https://www.cnblogs.com/osnosn/p/15609681.html
来自 osnosn的博客 https://www.cnblogs.com/osnosn/ .


posted on 2021-11-26 21:45  osnosn  阅读(255)  评论(0编辑  收藏  举报