一些疑难杂症
📅 发表于 2026/04/16
🔄 更新于 2026/08/05
👁️ — 次访问
📝 137 字
⏳ 1 分钟
#github访问
每日更新,/etc/hosts使用方法
镜像地址
单次使用
git clone https://gh-proxy.com/https://github.com/claude-code-best/claude-code.git全局配置和卸载
# 配置
git config --global url."https://gh-proxy.com/https://github.com/".insteadOf "https://github.com/"
# 卸载
git config --global --unset url."https://gh-proxy.com/https://github.com/".insteadOf
# 查看配置
git config --global --list