bun install
fails to git clone private Enterprise GitHub dependency
#2464
Labels
bun install
fails to git clone private Enterprise GitHub dependency
#2464
What version of Bun is running?
0.5.8
What platform is your computer?
Darwin 22.3.0 x86_64 i386
What steps can reproduce the bug?
Install with the following
package.json
where "@org/website-i18n" points to a private GitHub repo.What is the expected behavior?
For it to install with the appropriate Git credentials.
What do you see instead?
It fails.
Also note, the first error message truncates the package name for some reason.
Additional information
Passing in
--verbose
doesn't provide me with more information. Here, I'm interested in seeing thegit clone
command & error.I'm not certain this error is as a result of the repository being private. The org is an enterprise org, so it might be that the installation URL doesn't follow the typical GitHub git URL.
The git clone command looks like this:
The text was updated successfully, but these errors were encountered: