前置条件:安装node以及git
git安装地址:https://git-scm.com/

node下载地址:https://nodejs.org/zh-cn/download

下载完成,按win+r,在命令行界面依次输入这三行命令,最后输入claude,就好了
npm config set registry https://registry.npmmirror.com
npm install -g @anthropic-ai/claude-code@2.1.112
npm config set registry https://registry.npmjs.org
