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

35 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "ghproxy"
type: entity
tags: []
sources: ["wsl2-启动与网络配置指南", "ubuntu-server科学上网"]
last_updated: 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 备份相关)
## Connections
- [[ghproxy]] ← used_by ← [[WSL2]]WSL2 环境下通过 ghproxy 加速 GitHub 下载)
- [[ghproxy]] ← used_by ← [[uv]]uv 安装器下载加速)
- [[ghproxy]] ← used_by ← [[Hermes Agent]]Hermes Agent 安装加速)