yarnpkg/yarn

Can't install package from private GitHub repository with Yarn but can with NPM

Open

#4,360 创建于 2017年9月8日

在 GitHub 查看
 (37 评论) (52 反应) (0 负责人)JavaScript (41,514 star) (2,731 fork)batch import
cat-compatibilitygood first issuehelp wantedneeds-discussiontriaged

描述

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

Running yarn add git+ssh://git@github.com:adamwathan/my-package results in a "Permission denied (publickey)" error:

image

I can git clone this repo without any trouble, and adding via NPM works fine:

image

What is the expected behavior?

The package is installed without permission issues.

Please mention your node.js, yarn and operating system version.

Node 8.4.0 Yarn 1.0.1 macOS Sierra 10.12.4

贡献者指南

Can't install package from private GitHub repository with Yarn but can with NPM · yarnpkg/yarn#4360 | Good First Issue