Files
bun.sh/test/cli/install
Claude Bot 468b745b24 fix(install): show git stderr in git dependency error messages
When `bun install` fails to clone/fetch/checkout a git dependency, the error
message now includes the actual output from git. Previously, users only saw
generic messages like:

  error: "git clone" for "private-pkg" failed

Now they see the actual git error, e.g.:

  error: "git clone" for "private-pkg" failed:
  git@bitbucket.org: Permission denied (publickey).
  fatal: Could not read from remote repository.

This makes it much easier to diagnose authentication failures, network issues,
SSH key problems, and other git-related errors.

Fixes #2342

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 01:12:58 +00:00
..
2025-08-27 06:39:11 -07:00
2025-11-14 16:49:21 -08:00