"frontend/src/api/vscode:/vscode.git/clone" did not exist on "fb99ceacc7ff33a90fd34197ceb6d2fb6fe75cf1"
  1. 18 Dec, 2025 2 commits
    • shaw's avatar
      fix: 修复 sudoers 中 systemctl 路径不兼容的问题 · b51ad0d8
      shaw authored
      问题原因:
      - sudoers 只配置了 /bin/systemctl 路径
      - 部分系统(如 Ubuntu 22.04+)的 systemctl 位于 /usr/bin/systemctl
      - 路径不匹配导致 sudo 仍然需要密码
      
      修复内容:
      - 同时支持 /bin/systemctl 和 /usr/bin/systemctl 两个路径
      - 兼容 Debian/Ubuntu 和 RHEL/CentOS 等不同发行版
      b51ad0d8
    • shaw's avatar
      First commit · 642842c2
      shaw authored
      642842c2