Files
nexus/wiki/entities/ghproxy.md
2026-04-28 16:03:03 +08:00

1.3 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
ghproxy entity
wsl2-启动与网络配置指南
ubuntu-server科学上网
2026-04-17

基本信息

说明

ghproxy.com 是国内可访问的 GitHub 反向代理服务,通过将 github.com 替换为 mirror.ghproxy.com/https://github.com 绕过网络限制,适用于 uv 安装器、Claude Code、Hermes Agent 等工具的下载加速。

使用方式

将 GitHub 下载地址前缀替换:

https://github.com → https://mirror.ghproxy.com/https://github.com

典型场景

  • uv 安装器:curl -LsSf https://mirror.ghproxy.com/https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
  • Hermes Agentcurl -fsSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

来源

Connections

  • ghproxy ← used_by ← WSL2WSL2 环境下通过 ghproxy 加速 GitHub 下载)
  • ghproxy ← used_by ← uvuv 安装器下载加速)
  • ghproxy ← used_by ← Hermes AgentHermes Agent 安装加速)