forked from gxwebsoft/mp-10550
修复已知问题
This commit is contained in:
11
start-claude.sh
Executable file
11
start-claude.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 设置代理(根据你的 Clash Verge 配置)
|
||||
export http_proxy=http://127.0.0.1:7897
|
||||
export https_proxy=http://127.0.0.1:7897
|
||||
|
||||
# 启动 Claude Code
|
||||
echo "🚀 启动 Claude Code..."
|
||||
echo "📡 使用代理: $http_proxy"
|
||||
|
||||
npx @anthropic-ai/claude-code
|
||||
Reference in New Issue
Block a user