dsh-wsl-cred
Run the following command in DeepSeek Harness:
dsh plugin install 173787247/dsh-wsl-cred
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install 173787247/dsh-wsl-cred in your DeepSeek Harness terminal to install this plugin; the source code is hosted at https://github.com/173787247/dsh-wsl-cred
About this plugin
Pulling or pushing over HTTPS from WSL can quietly break the moment the credential.helper chain points at a Linux-side store instead of the Windows Git Credential Manager. The fix is usually a one-line config change, but manually walking the helper chain and tweaking environment variables is exactly where tokens and passwords tend to leak into the terminal, a chat log, or an LLM prompt.
cred_hint handles the diagnostic half of that problem. It inspects the git credential.helper setting in your current WSL session, checks whether the chain is wired toward WinGCM (or gh auth on the Windows side), and then walks you through the concrete next steps in plain text. Crucially, it never echoes a token, password, or any secret back into the output—only the configuration guidance you need to act on.
If you live in a WSL terminal, talk to GitHub or other HTTPS remotes daily, and want to keep credential management on the Windows side without risking a secret in an AI-assisted troubleshooting session, this is the lightweight, low-risk piece of dsh-wsl-kit to reach for first.
Use Cases
- Git clone or pull from WSL stalls on the authentication prompt
- Checking whether credential.helper is correctly wired to Windows GCM
- Troubleshooting git auth with AI help without leaking tokens into the terminal or prompt
Best For
- Developers doing HTTPS git work from a WSL terminal daily
- Users who prefer to keep credential management on the Windows side
- Engineers troubleshooting with AI tools who care about keeping secrets out of the session
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.