鱼香ROS社区
    • 版块
    • 最新
    • 未解决
    • 已解决
    • 群组
    • 注册
    • 登录
    紧急通知:禁止一切关于政治&VPN翻墙等话题,发现相关帖子会立马删除封号
    提问前必看的发帖注意事项: 社区问答规则(小鱼个人)更新 | 高质量帖子发布指南

    Github代理服务,解决github文件下载克隆难题

    已定时 已固定 已锁定 已移动
    工具软件
    3
    5
    2.4k
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • 小鱼小
      小鱼 技术大佬
      最后由 编辑

      • 推荐语:GitHub 文件 , Releases , archive , gist , raw.githubusercontent.com 文件代理加速下载服务
      • 地址:https://ghproxy.com/

      终端命令行

      支持终端命令行 git clone , wget , curl 等工具下载.
      支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.
      注意:不支持 SSH Key 方式 git clone 下载.

      git clone
      git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus

      wget & curl
      wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
      wget https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
      curl -O https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
      curl -O https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

      新书配套视频:https://www.bilibili.com/video/BV1GW42197Ck/

      ganyuanzhenG 1 条回复 最后回复 回复 引用 1
      • ganyuanzhenG
        Elysia 技术大佬 @小鱼
        最后由 ganyuanzhen 编辑

        @小鱼 这里的地址已经失效,烦请更新一下啦~

        我难道就没有一段英勇,美好而又虚幻的过去……幸运地写在金叶片上?

        ganyuanzhenG 1 条回复 最后回复 回复 引用 0
        • ganyuanzhenG
          Elysia 技术大佬 @ganyuanzhen
          最后由 编辑

          @ganyuanzhen 社区内最新的地址似乎是 http://github.fishros.org/

          我难道就没有一段英勇,美好而又虚幻的过去……幸运地写在金叶片上?

          小鱼小 1 条回复 最后回复 回复 引用 0
          • 小鱼小
            小鱼 技术大佬 @ganyuanzhen
            最后由 编辑

            @ganyuanzhen 是这个,我搭的,还算稳定

            新书配套视频:https://www.bilibili.com/video/BV1GW42197Ck/

            D 1 条回复 最后回复 回复 引用 0
            • D
              Dutton_Ranch @小鱼
              最后由 编辑

              @小鱼 你好,我想请问该代理怎么使用,因为我在microros agent进行colcon build的时候提示我fatal: unable to access 'https://github.com/gabime/spdlog.git/': Failed to connect to github.;然后我试着加上代理进行git clone http://github.fishros.org/https://github.com/gabime/spdlog.git/就成功了,于是我想着修改出错的.cmake文件,但是这并不起作用,因为我发现还是出现相同的错误,应该是修改后的.cmake 文件会在再一次的colcon build中被重新生成,导致我添加的代理地址消失,现在我尝试着这样操作
              export http_proxy=http://github.fishros.org/
              export https_proxy=http://github.fishros.org/并更新了git配置,但是报错fatal: unable to access 'https://github.com/gabime/spdlog.git/': Failed to connect to github.fishros.org port 1080 after 281 ms: Couldn't connect to server。所以我想问一下如何更方便的使用http://github.fishros.org/来让我在编译时能够成功git clone。

              1 条回复 最后回复 回复 引用 0
              • 第一个帖子
                最后一个帖子
              皖ICP备16016415号-7
              Powered by NodeBB | 鱼香ROS