AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

kjfx/AI

Claude Code 零基础入门教程,claude code 大陆如何使用教程

⑂ 6 forks GitHub ↗
★ 29
stars
100
AI relevance
40
solo dev
0
tool sigs

SUMMARY AI summary by gpt-5-mini

This README shows how to install and configure Claude Code for users in mainland China to run Claude Code against cloud or local large models (Qwen, Deepseek, or Ollama-hosted models). Intended audience: developers or advanced users who need to bypass regional restrictions and route Claude Code to alternative model providers. Key points: - Prepare a working scientific/proxy network (examples: Clash Verge, v2rayN) or use proxy providers. - Install Node.js and Git. Add C:\Users\<user>\.local\bin to PATH. - Bypass initial onboarding by setting "hasCompletedOnboarding": true in .claude.json. - Configure environment variables (Windows setx) to point Claude Code to other providers: - For Qwen: set ANTHROPIC_API_KEY, ANTHROPIC_BASE_URL (Aliyun dashscope), ANTHROPIC_MODEL (qwen3.6-flash…). - For Deepseek: set corresponding ANTHROPIC_BASE_URL and model name. - Verify with echo %ANTHROPIC_*% (restart cmd after setx). - To use a local model via Ollama: run the model with ollama, then set ANTHROPIC_API_KEY="ollama", ANTHROPIC_BASE_URL="http://127.0.0.1:11434", and ANTHROPIC_MODEL to the running model name; restart cmd and run claude.

DETECTED Detected AI stack

AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.

🧠 LLM providers (3)
Anthropic DeepSeek Ollama
🤖 LLM models (4)
DeepSeek Claude Llama Qwen

GitHub Topics

#claude #claude-ai #claude-code

Owner

Account
kjfx
Type
User
Followers
1,019

Dates

Created on GitHub 2026-05-04
Last push 2026-05-09
First seen here 2026-05-09
Last fetched 2026-05-09 15:42