Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·2 min de lectura

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.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 29/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Stage only
Confianza
Confianza: Community
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 155cdc4b-96f7-5dcb-b980-1c0873ea1bed --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados