173787247/dsh-wsl-cred1

dsh-wsl-cred

DeepSeek Harness tool: safe Git credential hints for Windows GCM from WSL.

包名
dsh-wsl-cred
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:173787247/dsh-wsl-cred

dsh-wsl-cred

DeepSeek Harness tool: cred_hint — report git credential.helper and safe guidance for Windows Git Credential Manager from WSL.

Never returns tokens or passwords.

Part of dsh-wsl-kit.

中文说明 ↓


English

Why

HTTPS git from WSL often fails until credential helper points at Windows GCM (or gh auth on Windows). This tool explains the setup without dumping secrets into the chat or prompt.

Install

dsh plugin --profile web add github:173787247/dsh-wsl-cred

Config

- id: dsh-wsl-cred
  name: dsh-wsl-cred
  config:
    timeoutMs: 10000

Test

npm test

License

MIT


中文

为什么需要

WSL 里 git push 常因凭据助手未接到 Windows Git Credential Manager 而失败。本工具只报告 credential.helper 并给出安全配置建议,绝不把 token/密码打进对话。

安装

dsh plugin --profile web add github:173787247/dsh-wsl-cred

许可

MIT