Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsMay 14, 2026·2 min de lecture

Claude Code Guide — Install, Env, Troubleshoot

zebbern/claude-code-guide is a practical Claude Code install/config guide; verified 4,119★ with installer commands, Docker fallback, and key env vars.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 62/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Config
Installation
Curl|Bash|Npm
Confiance
Confiance : Community
Point d'entrée
curl -fsSL https://claude.ai/install.sh | bash
Commande CLI universelle
npx tokrepo install 155cdc4b-96f7-5dcb-b980-1c0873ea1bed
Introduction

zebbern/claude-code-guide is a practical Claude Code install/config guide; verified 4,119★ with installer commands, Docker fallback, and key env vars.

Best for: Developers setting up Claude Code across macOS/Linux/Windows and tuning runtime/tool timeouts

Works with: Claude Code CLI, Node.js (for npm install path), Docker fallback, and IDE extensions (VS Code/Cursor)

Setup time: 8-20 minutes

Key facts (verified)

  • GitHub: 4119 stars · 407 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: curl -fsSL https://claude.ai/install.sh | bash.

Main

  • Prefer the native installer for fewer Node.js edge cases; README keeps npm as an alternative path.

  • Use env vars as stability knobs: README lists default/max timeouts and output length caps for long-running shell tools.

  • If you’re containerizing, use the Docker fallback to standardize runtime + workspace mounts across machines.

Source-backed notes

  • README includes native installer commands (install.sh, install.ps1, install.cmd) and an npm alternative path for Node-based installs.
  • README lists env vars such as BASH_DEFAULT_TIMEOUT_MS, BASH_MAX_TIMEOUT_MS, and BASH_MAX_OUTPUT_LENGTH for tool execution behavior.
  • README suggests installing the Claude Code IDE extension (VS Code/Cursor) and includes a Docker fallback example to run claude in a container.

FAQ

  • Do I need Node.js?: Only for npm-based install; README notes the native installer bundles its own runtime.
  • Why do long commands time out?: Tune the timeout env vars listed in README (default/max timeouts and output caps).
  • Can I run Claude Code in Docker?: Yes — README includes a Docker fallback command that mounts your workspace and runs claude.
🙏

Source et remerciements

Source: https://github.com/zebbern/claude-code-guide > License: MIT > GitHub stars: 4119 · forks: 407

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires