wjt0321/dsh-git-proxy0

dsh-git-proxy

On-demand GitHub proxy for DeepSeek Harness: one-click git/SSH proxy switch in the Web UI. · DSH 按需 GitHub 代理:设置区一键开关 git/SSH 代理。

AI 분석

核心用途是解决国内克隆或下载 GitHub 资源慢的问题。适合需要频繁安装 GitHub 插件,想一键开启/关闭全局 git 和 SSH 代理的用户。

패키지
dsh-git-proxy
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wjt0321/dsh-git-proxy

使用

  1. 输入代理地址(如 127.0.0.1:10808)并点击保存
  2. 点击开启代理——它会配置:
    • git(https):git config --global http.https://github.com.proxy http://
    • SSH(git@github.com:):在 ~/.ssh/configHost github.com 块写入插件拥有的 ProxyCommand(使用 Git for Windows 自带的 connect 工具)
  3. 测试连通性验证代理端口与 github.com:443 / github.com:22 隧道。
  4. 下载完成后点击关闭代理——两项配置立即移除。

截图

Git 代理已开启

开启状态——git 与 SSH 代理均已打开。

Git 代理已关闭

关闭状态——点击关闭代理后两项均关闭,恢复直连。