type
status
date
slug
summary
tags
category
icon
password
Claude Code - 一次性配置指南
Windows 安装及配置Claude Code CLI
- 执行全局安装命令(powershell)
npm install -g @anthropic-ai/claude-code
- 权限问题处理,若出现权限错误请使用powershell执行以下命令
#以管理员身份运行PowerShellSet-ExecutionPolicy -ExecutionPolicy Remotesigned -Scope Currentuser
Linux / macOS:
Windows (PowerShell):
Claude Code - 持久化配置指南
修改
~/.claude/settings.json:Codex - 配置指南
Windows:
%USERPROFILE%\.codex\config.toml:%USERPROFILE%\.codex\auth.json:Linux / macOS:
~/.codex/config.toml:~/.codex/auth.json:- Author:王吹风
- URL:https://harry.vfxskill.com/article/9
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!


