You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ~ npx @deepseek-ai/dsh web
Need to install the following packages:
@deepseek-ai/dsh@0.1.1-rc.2
Ok to proceed? (y) y
⠦Debugger listening on ws://127.0.0.1:9229/f4c76cf3-78ee-4314-8edc-bdc8bf86cf6a
For help, see: https://nodejs.org/en/docs/inspector
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
dsh web: http://127.0.0.1:3080
dsh web: opening the default browser; pass --no-open to disable
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
在标准模式workspace write下用执行 git push 时遇到了问题,想请教一下。
报错信息是 Bad owner or permissions on /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf,在宿主机终端里同样的命令是正常的。
让dsh自己排查了一下,说是 bash 工具里 /etc/ssh/ssh_config 的所有者显示为 nobody:nogroup,而宿主机上是 root:root。看起来是 bwrap 沙箱的 uid 映射导致 root(0) 的文件变成了 nobody(65534),SSH 因此拒绝信任配置文件。
环境:Debian 13, kernel 6.12.107, bubblewrap 0.12.0
dsh是首次运行,控制台输出如下
All reactions