2 hours ago [分享] Windows上DSH的使用方式 (解决PowerShell疯狂报错)🌐 链接: https://linux.do/t/topic/2890798🔍 关键词: #免费 #codex🏷️ 分组: LinuxDo论坛🕒 时间: 2026-09-11 18:57:59 LINUX DO [分享] Windows上DSH的使用方式 (解决PowerShell疯狂报错) Windows上DSH的使用方式(解决PowerShell疯狂报错) 本文主要分享我目前在 Windows 上使用 DeepSeek Harness(DSH)的一套配置方式。 核心思路很简单: 不再让 Agent 使用 DSH 自带的 Bash / PowerShell 工具,而是统一通过 FastCtx 本地MCP工具去调用 Git Bash。 这样可以避开 Windows 下非常烦人的 PowerShell 语法、转义、路径以及 Bash/PowerShell 混用问题,也可以避免模型浪费注意力在拼Bash命令上…