Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repositories are prefixed with sweet #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Repositories are prefixed with sweet #10

wants to merge 1 commit into from

Conversation

tantaman
Copy link

@tantaman tantaman commented Dec 2, 2018

Prior to this modification yarn would fail:

mlaw$ yarn add --dev sweet-js/cli sweet-js/helpers
Using globally installed version of Yarn
yarn add v1.12.1
(node:40449) ExperimentalWarning: The fs.promises API is experimental
info No lockfile found.
[1/4] 🔍  Resolving packages...
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://[email protected]/sweet-js/cli.git
Directory: /Users/mlaw/dev/strut2
Output:
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Prior to this modification yarn would fail:

```
mlaw$ yarn add --dev sweet-js/cli sweet-js/helpers
Using globally installed version of Yarn
yarn add v1.12.1
(node:40449) ExperimentalWarning: The fs.promises API is experimental
info No lockfile found.
[1/4] 🔍  Resolving packages...
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://[email protected]/sweet-js/cli.git
Directory: /Users/mlaw/dev/strut2
Output:
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant