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 代理。

包名
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 代理已关闭

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