1.3 KiB
1.3 KiB
title, type, tags, sources, last_updated
| title | type | tags | sources | last_updated | ||
|---|---|---|---|---|---|---|
| ghproxy | entity |
|
2026-04-17 |
基本信息
- 全称:ghproxy.com
- 类型:工具 / 网络服务
- 网址:https://ghproxy.com/
说明
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 Agent:
curl -fsSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
来源
- wsl2-启动与网络配置指南
- ubuntu服务器通过rsync实现日常增量备份(提及 rsync 备份相关)