Claude Code 接入指南
ClaudeCode
Claude Code 接入指南
环境要求
操作系统: Windows 10/11, macOS 10.15+, Ubuntu 20.04+ 或 Debian 10+Node.js: v18以上版本Git: https://git-scm.com/downloads/
安装 Node.js
Windows
# 下载安装 Node.js
# 验证版本
node --version
Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo bash -
sudo