文章目录
-
- [bash installation](#bash installation)
- [配置 git](#配置 git)
- use
bash installation
npm install -g @anthropic-ai/claude-code
配置 git
claude
Claude Code on Windows requires git-bash (https://git-scm.com/downloads/win). If installed but not in PATH, set environment variable pointing to your bash.exe, similar to: CLAUDE_CODE_GIT_BASH_PATH=C:\Program Files\Git\bin\bash.exe
use
cd /path/to/your/project
claude
...

