dsh-git-proxy
On-demand GitHub proxy for DeepSeek Harness: one-click git/SSH proxy switch in the Web UI. · DSH 按需 GitHub 代理:设置区一键开关 git/SSH 代理。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wjt0321/dsh-git-proxy说明文档
阅读完整 README ↗使用
- 输入代理地址(如
127.0.0.1:10808)并点击保存。 - 点击开启代理——它会配置:
- git(https):
git config --global http.https://github.com.proxy http:// - SSH(
git@github.com:):在~/.ssh/config的Host github.com块写入插件拥有的ProxyCommand(使用 Git for Windows 自带的connect工具)
- git(https):
- 用测试连通性验证代理端口与
github.com:443/github.com:22隧道。 - 下载完成后点击关闭代理——两项配置立即移除。
截图

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

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