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

fix: permission denied error when cloning submodules #1008

Merged
merged 2 commits into from
May 1, 2020
Merged

fix: permission denied error when cloning submodules #1008

merged 2 commits into from
May 1, 2020

Conversation

sleighzy
Copy link
Contributor

@sleighzy sleighzy commented May 1, 2020

Which problem is this PR solving?

When running npm install a permission denied error would occur preventing Git submodules from being cloned into your local repository.

Short description of the changes

Changing this to use a https url and clone anonymously allows these to be retrieved as expected.

Fixes #1000

When running `npm install` a permission denied error would occur preventing Git submodules
from being cloned into your local repository. Changing this to use a https url and clone
anonymously allows these to be retrieved as expected.

Fixes #1000
@dyladan dyladan merged commit 4c29ae9 into open-telemetry:master May 1, 2020
@sleighzy sleighzy deleted the https-and-anonymous-clone-for-git-submodules branch May 3, 2020 07:42
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Dec 15, 2023
martinkuba pushed a commit to martinkuba/opentelemetry-js that referenced this pull request Mar 13, 2024
martinkuba pushed a commit to martinkuba/opentelemetry-js that referenced this pull request Mar 16, 2024
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.

Permission denied (publickey) running npm install
4 participants