国内网络技巧
This content is not available in your language yet.
npm 镜像源
Section titled “npm 镜像源”国内安装 Node 包,建议切换到淘宝镜像:
npm config set registry https://registry.npmmirror.com验证是否生效:
npm config get registry# 应输出: https://registry.npmmirror.compip 镜像源
Section titled “pip 镜像源”Python 包安装时:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simpleDocker 镜像加速
Section titled “Docker 镜像加速”编辑 /etc/docker/daemon.json:
{ "registry-mirrors": [ "https://docker.m.daocloud.io", "https://mirror.ccs.tencentyun.com" ]}需要代理的产品
Section titled “需要代理的产品”以下产品在中国大陆需要科学上网才能正常使用:
- GitHub Copilot — 需要访问 GitHub API
- Cursor — 需要访问 cursor.sh 服务
- Windsurf — 需要访问 codeium 服务
- OpenClaw — 模型 API 部分需代理(本地 Gateway 不需要)
国内直连产品
Section titled “国内直连产品”以下产品在中国大陆可直接使用:
- qClaw (阿里) — 国内服务器
- DuClaw (百度) — 国内服务器
- ArkClaw (字节) — 国内服务器
- miclaw (小米) — ⚠️ 小范围封测,暂未公开
- WorkBuddy (腾讯) — 国内服务器
- ChatGLM (智谱) — 国内服务器
- Kimi (月之暗面) — 国内服务器