173787247/dsh-wsl-cred1

dsh-wsl-cred

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

AI Analysis

适合排查 Git 凭据配置问题的用户;只返回引导信息,不泄露凭证内容。

Package
dsh-wsl-cred
Version
0.1.0
License
MIT
Last updated
Aug 29, 2026

Install

$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